Questions tagged as 'jquery'

1
answer

How to call a Selector in Jquery?

The problem is that I do not know how to call in jquery selectors that are inside a div in jquery, I need it because in my code to the functions well but when assigning a container to the divs that are called by the query no longer It does all t...
asked by 12.03.2017 / 02:20
3
answers

Jquery search in input checked the value of a [duplicate] property

I have the following html code <input codprueba="Prueba1" type="checkbox" title="Observaciones Prueba1"> <input codprueba="Prueba2" type="checkbox" title="Observaciones Prueba2"> <input codprueba="Prueba3" type="checkbox" titl...
asked by 02.03.2017 / 10:02
1
answer

Jquery Autocomplete local data or AJAX request

I am using this plugin of autocomplete, my doubt is that I do not decide whether to provide the list of elements to filter via AJAX or store it locally, because if it is via AJAX you will be making queries to the database of type LIKE "%que...
asked by 02.03.2017 / 17:33
2
answers

Get checkboxes checked every time you check or uncheck one [closed]

I can not get checkboxes marked (one of the checkboxes is marked since its creation), what is my error? function activar(){ var yourArray=[]; $("input:checkbox[name=vehicle]:checked").each(function()...
asked by 25.03.2017 / 19:53
1
answer

Ways to call Jquery function methods

What are the proper ways to call features It is mandatory to call document ??, to make the calls $(document).ready(function(){ $("a").click(function(){ alert("The paragraph was clicked."); }); }); <script src=...
asked by 26.03.2017 / 15:18
3
answers

a href to an identifier with margin

My question is if you can do a href to an id but send you 5px higher or 10px for example: <a href = "#nosotros"></a> <div id = "nosotros"></div> That looks like this and not stuck up like here    ...
asked by 07.03.2017 / 18:45
2
answers

position several floating divs aligned in a container

I am learning and I need to dynamically load several images, it can be 1 or 50, in the example I made a short loop with several floating divs to explain my problem. I need the divs to be aligned with the exact same space each other, the divs hav...
asked by 10.03.2017 / 03:16
1
answer

Update number every hour with setInterval [closed]

For now I have only been able to do this code var time = 1; var myInterval = setInterval(funtion(){ time += 1; },3600000) }); I need a div, each time the number is increased after one hour, <div id="time">1</div> The pr...
asked by 13.02.2017 / 19:16
1
answer

How can I add events to the FullCalendar from a database in Postgres

good morning. My problem is that I have a system made in JSP which I added the free code of FullCalendar but I want to add events that I have in a database made in Postgres, the problem is that I do not know how to enter those events that I r...
asked by 27.01.2017 / 18:01
3
answers

How to get the value of a select through your class?

Currently I would like to know how I can take the value of a select numeric or chain through your class, as I have achieved but it is through your id, there is nothing wrong with anyone is possible to perform the operation, I just wanted to do i...
asked by 27.01.2017 / 17:16