Questions tagged as 'jquery'

1
answer

format return json with javascript

I have the following code function functionCLick(name) { $.getJSON('livros.json', function(data){ $.each(data, function(i, item){ if(item.name == name){ $("#conteudo").html("<p>"+item.chapters+"<...
asked by 06.07.2018 / 00:20
1
answer

FontAwesome 5.x Icon in CSS Is Not Displayed

I would like to display an icon in an HTML element, using CSS font-family and content, but it does not display, the broken icon appears. I call the FontAwesome 5.1 library through the CDN: This would be the icon: link CSS looks lik...
asked by 25.06.2018 / 19:06
1
answer

Bootstrap datepicker 1.6.4

I want to know how do I start the date enabled for tomorrow in datepicker bootstrap, for example, the user can not select today's date nor yesterday, the user can only click dates from tomorrow on up to 3 business days, not being able to click o...
asked by 28.06.2018 / 21:15
0
answers

Materialize label not working when inserted by Jquery

I am trying to make a dynamic field where the user can put the information according to the amount of courses he has done. For this I created the Script that when clicking the button makes the addition, however the label of the inputs does not a...
asked by 28.06.2018 / 22:15
1
answer

Explanation of code JQUERY / JS

I needed to make an upload system, which when selecting the image, a preview would be shown in a box before being sent. I saw a code here in Stackoverflow and tried to adapt it. I would like to know if it is semantically correct, according to th...
asked by 30.06.2018 / 02:07
0
answers

Fixed footer above keyboard using mobile browser

Using the AngularJS Material , I created a page to capture the user's address and inserted it into <footer> two buttons, Back and Continue . When the input is focused, the <footer> is fixed above the keybo...
asked by 21.06.2018 / 20:08
0
answers

Request problem $ .ajax - Receive HTML table

I'm not able to mount the modal by getting a table using $ ajax . Anyone have any tips? I'm sending it this way: JS file: $("html").on('click', "#modalHorariosQuadra", function(){ var idQuadra = parseInt( $(this).val() ); var mod...
asked by 21.06.2018 / 21:02
2
answers

What is the reason for the error since JQuery is being imported

I'm using Materialize along with Angular, however the menu dropdown is not working. With the following error:    Uncaught TypeError: $ (...). dropdown is not a function   at funcoes.js: 6 The funcoes.js file has the following line of c...
asked by 21.06.2018 / 16:02
0
answers

How to uncheck a checkbox, when to close the div that shows what was marked.

Once I mark the checkbox options, I click on "ok" it it brings me the options I marked. giving the option to exclude it. But if I delete, the checkbox is still marked.     
asked by 21.06.2018 / 16:43
1
answer

Why is jQuery becoming obsolete? [closed]

More and more, I find articles (in English or in Portuguese) that speak of this ... Am I wrong to continue using jQuery on websites? What's wrong with him? Is there any other framework (or lib ) that I should learn to set asi...
asked by 31.01.2018 / 14:35