Questions tagged as 'jquery'

2
answers

How to get the name of an element [1], element [2] with jquery

I have selectors who have a name: <select name="selector[]" id="selector"> <option value="1">Valor 1</option> <option value="2">Valor 2</option> </select> <select name="selector[]" id="selector">...
asked by 19.03.2018 / 21:07
1
answer

JQUERY Help with multiplying values of columns and adding the results

I have this table: the objective is to multiply value1 (first column) and value2 (second column) and the result (third column), then add each one of the results. <table border="1"> <thead> <tr...
asked by 10.01.2018 / 07:07
1
answer

ASP.net pass onclick values to another page

On the first aspx page I have 2 buttons with difficulty for my game (normal and difficult) <div class="modal-body"> <asp:ImageButton id="normal" ImageUrl="~/images/flecha_atras.png" class="flechaAtras" onclick="normal_Click"...
asked by 05.04.2018 / 19:04
1
answer

Jquery and Javascript slot machine does not work

I am programming a swallowing machine with javascript and jquery, I am unable to find why the images of the slots are not updated ... Then I explain the code: <html> <head> <meta charset="UTF-8"> <title>MaquinaT...
asked by 12.03.2018 / 00:00
2
answers

What is the correct use of mouseout () in Jquery?

When the hover event is detected in any of the menus, the options must scroll down. When the mouse exits the options, I'm trying to hide those options, but for some reason it does not work. Why? I do not see anything wrong with the implementatio...
asked by 05.10.2017 / 21:03
1
answer

Put an input date

Friends, I have a normal input <input type="datetime-local" class="form-control" id="fecha_y_hora_de_creacion"> and with ajax I bring the value of this input that is in a db and the server is like this: 2018-05-24 17:58:44 How...
asked by 30.05.2018 / 00:42
4
answers

search textbox inside div

I have the following <div class="d1" id="div1"> <input type="text" class="t1"> <input type="text" class="t1"> <input type="text" class="t1"> <input type="text" class="t1"> </div> <div class="d1" id="d...
asked by 25.05.2018 / 00:04
2
answers

Collect value of multiple select with jquery

I have a multiple select from which I need to check the value with jquery. I need to know how to pick up the value of that select, because if it's empty it returns this: But putting it in a if ([] === $("#comercial_lista_calc").val()...
asked by 21.05.2018 / 16:14
1
answer

How can I read the contents of a PDF and export it to .txt?

I explain what I have, I have this application that does something similar to link the difference is that it reads a .txt file and processes the text . Up there all right, now I would like to do the same with a PDF but when I show the content...
asked by 16.08.2017 / 00:27
1
answer

jQuery table sorter does not sort my tables when I get data from MySQL

I apologize for the code, I'm learning, it's probably a disaster, but I can attest that the database connection does it well just like the query just that the script does not run correctly, I tried a table filled by hand without asking mysql and...
asked by 20.08.2017 / 22:37