Questions tagged as 'jquery'

3
answers

Simulate click on Jq or JS

Simulate keystrokes on the keyboard. or how to do a function using this js link In short, I want to make 4 buttons for this game that clicks on the same keyboard link     
asked by 08.12.2017 / 20:04
3
answers

Fill 3 selects without repetitions

Good evening, In a precise view fill 3 select with no repetitions. In the application form in a selective process, the student must select the first course option, in the second select the second course option and the first option, in the...
asked by 10.01.2018 / 03:50
2
answers

Repeat selected data in a select in a text input

How do I repeat the selected values in a select in a input[type="text"] considering my HTML below using JavaScript? <select name="destino_in" class="form-control" required> <option value="Vilamar">Vilamar</option...
asked by 10.01.2018 / 18:00
2
answers

How to 'effect' radio in div

    
asked by 02.01.2018 / 18:44
3
answers

Error in jQuery animation

        <script> function moverFoto(){ $('#janela').animate({left:"-200"},1000); } $( function(e) { setInterval(moverFoto,500); }); </script> The setInterval only runs once and for     
asked by 12.06.2018 / 21:17
2
answers

Get value from an attribute within an input of a table column

I have a table and this table has a column that has an input of type checkbox. In this input I created an attribute. How do I go through this column and retrieve the value of the attribute? <html> <head> <title>BVeícu...
asked by 13.06.2018 / 13:50
2
answers

Add element after another with jQuery

How can I add another <li> ... </li> tag after the last one with Jquery ? I have installed a plugin "Jquery Custom", and would do it there. <div class="col-sm-5 col-md-5 social-media style-1"> <h3 class="widget-...
asked by 10.04.2018 / 23:11
2
answers

Updating data from a div?

How do I update the information of a div element with jQuery without necessarily reloading the page? Ex: Send a post of a insert and the information of that insert will soon appear in div pulling from the ba...
asked by 09.06.2014 / 19:10
1
answer

The jquery .Keypress Event is not being activated

In the table when pressing the enter in place of activating the javascript event is being inserted a break line, ie the text function of enter not the event. // Função $(function() { //Função cli...
asked by 12.03.2018 / 18:05
1
answer

Call action Get that returns a view by jquery ASP.NET MVC [closed]

I need to open the view create when I click on a button, how to do this for Jquery?    Button <div class="col-md-3"> <button id="btnNovo" class="btn btn-info form-control" style="width: 200px"> Novo </button>...
asked by 24.10.2017 / 16:59