Questions tagged as 'jquery'

2
answers

Copy select value to input with PHP

How to make a select created with PHP send its value to a input created with PHP? Of this select : <th>Proveedor</th> <td> <select name="prov_id" id="prov_id"> <?php if (cou...
asked by 23.06.2017 / 22:04
2
answers

Select values within a table by rows

How can I select values from an html table by rows in JavaScript ?, I have the following function already done but that brings me together all the rows function iiid(e) { var iii = ""; $("td").parent("tr").find("td").each(function...
asked by 29.06.2017 / 15:09
1
answer

Print just one HTML element with the keyup event in a form

I am creating a form in which I will evaluate if the passwords match correctly. I am using the keyup event and it works 'half' because every time the passwords do not match, the element is added back to the DOM. $('#buttonContinueSetting...
asked by 29.06.2017 / 16:11
2
answers

Can a dropdownlist be filtered according to the letters that you enter?

I have the following DropDowList <asp:DropDownList ID="DropAgent" runat="server" CssClass="form-control"></asp:DropDownList> That filled in the following way with c# IList<mg1DAO> resultList = new List<m...
asked by 29.06.2017 / 20:34
2
answers

Converting a DateTime SQL with String to Jquery

SQL receipt a result of this type: /Date(1503090145770)/ and would like to display it in date and time format.     
asked by 18.08.2017 / 21:44
1
answer

Event KeyCode Jquery does not work

Good day, I have a problem when trying to program the KeyCode event. I'm sure it has nothing to do with the JQuery library because I already tested an alert, which tells me it's working fine. I hope you can help me, I have reviewed the code s...
asked by 18.06.2017 / 21:30
1
answer

Put a cell in red from a td with a dynamically created class?

I am creating the body of a table dynamically by jquery, in the td I assign the red class to put the color of the cell in red in the css I apply: .rojo{ border-width: 1px; border-color:red; } function imprimirDatos(div, item) {...
asked by 16.06.2017 / 22:19
1
answer

I can not access my .js file from my .html file

I am currently using a small plugin to embellish my select within my html, the problem is that I mark the following error Uncaught TypeError: $(...).niceSelect is not a function , try to put a console.log(); and a alert(); in...
asked by 18.06.2017 / 20:07
3
answers

Increase variables dynamically [duplicated]

I want to increase the variable of each of the fields ( NUMERO_ITEM1 , DESCRIPCION_ITEM1 ) dynamically, that is DESCRIPCION_ITEM1 , DESCRIPCION_ITEM2 ... DESCRIPCION_ITEMn ... By means of variable $post...
asked by 14.06.2017 / 19:53
1
answer

Evaluate variable received with request to the server with ajax

Good afternoon, I have the following 3 codes. Using the javascript code with ajax made the request and it is done correctly, this is the login of a user, in case of being correct the data says "Welcome" otherwise "There are no registered user...
asked by 24.06.2017 / 22:59