Questions tagged as 'jquery'

1
answer

append () does not work in Internet Explorer

I have a code that collects data from a BD and dynamically introduces them to a page, so I create with jquery the elements and labels inside a "blank" page (it has some fixed data). In Chrome it works for me without any problem, it does not give...
asked by 25.06.2018 / 18:47
1
answer

Error with jquery and libraries that use jquery

I have a website where you use several libraries that use jquery: nyroModal timepicker cleditor ... The problem is that suddenly they have stopped working, and analyzing the browser console I get this: TypeError: $(...).nyroModal...
asked by 08.06.2018 / 12:15
5
answers

Apply CSS to the first element of type th that is not hidden

I have the following problem: I need to make the left border radius of a table header be round on the left side. In principle I was going to do it by CSS telling him to apply the border radius to the first child, but it just so happens that i...
asked by 16.10.2018 / 13:48
1
answer

Add products automatically by means of bar code scanner input

I have a problem, what I need is the following, I have an input where I would like to put the corresponding product code automatically to the table below, as shown in the image, as Could I achieve that? Assuming that it is the barcode of the pro...
asked by 16.10.2018 / 22:38
1
answer

Console.log prints me a number between 0 instead of an array that passed through parameters

Good afternoon to everyone! I have a problem with an array that passed me by parameters to a javascript function. The problem is that when I do console.log of the array inside the function, it gives me 0, but if I do it from where I call the...
asked by 30.05.2018 / 16:02
1
answer

How can I use a .append () within a select event? - Jquery

What I want to do exactly is to generate some input within a form, and generate it by means of a select that will have some numbers so that the append generates these inputs Here I leave the code of the form: <div class="modal fade" id="...
asked by 24.05.2018 / 19:55
2
answers

I need to pass the data from one row of a table to another

I know that in this group they are very capable to help, I need your help, my problem is the following, I want to take the data from a selected row of a table and send the data to another table, but I want a column is not sent to the second tabl...
asked by 23.05.2018 / 17:57
1
answer

I need to go through all the icheck checkboxes

I have several checkboxes inside a table I need, go through the table row x row, and check if the checkboxes are selected or not, I use the icheck plugin to improve the appearance of the checkbox, but I can not manage this plugin and I do not kn...
asked by 17.05.2018 / 00:44
2
answers

Obtain by JQuery the value of an element

How can I get the value that I have inside is input? <p id="1">1 <input value="" type="text"></p>     
asked by 08.05.2018 / 14:46
3
answers

Help to resolve GET 500 error (Internal Server Error)

I am trying to create a dynamic select with ajax, when selecting a role, users with the selected role should be displayed. The script that I am using is the following <script type="text/javascript"> $(document).ready(function(){...
asked by 09.05.2018 / 20:10