Questions tagged as 'jquery'

2
answers

Add the value of an input number and the value of N number of checkboxes, javascript

I want to add the values of a input with name monto_pagar and the value of multiple checkboxes (the generated checkbox number goes from 1 to N) and display them in input with name total_id . My problem occurs...
asked by 03.03.2018 / 04:03
2
answers

deactivate Sundays in the input date html?

I need to deactivate the Sundays of the input date, that is, the user can not choose Sundays, it would be better for me to block those days, that is, I do not want you to tell me you chose an invalid day, but it does not show the Sunday similar...
asked by 06.07.2017 / 18:00
0
answers

stock restriction with jquery Mask

I am trying to restrict an input of type text that only allows me to place the numbers 1, 2, 3 with the librerya of jquery Mask I put it in this way but it allows me to place the 0 and $('.descripcion_situacion').setMask({mask:'4'}); Create...
asked by 01.03.2018 / 15:42
1
answer

get the elements of a row and show on a separate page in javascript, php, html

function detalle(item_id){ } <thead> <tr> <th>Código</th> <th>Nombre</th> <th>Fabricante</th> <th>Tip...
asked by 27.02.2018 / 19:47
2
answers

JavaScript. Return variable with asynchronism

I'm creating a Chrome extension. I have the following function that I want to return True or False depending on the message answered. OK true, otherwise false. The function that must return true / false is sendMsgToBackgroundChangeStatus ()...
asked by 25.02.2018 / 23:55
0
answers

revise static method to return dataset through ajax

I am trying to fill a gridview from a static method since I use ajax but it was difficult to know how some sentences would have to go according to an example that works but they create a DataTable with data that they specify and what I try to do...
asked by 25.02.2018 / 22:25
0
answers

Problems with jquery in a menu

Hi, I'm having problems with the drop-down menus in a Link Online , it turns out that in this menu I have two drop-down ones that say KNOW ME and other PROGRAMS, when I go over PROGRAMS it displays everything well, now when the other one passe...
asked by 28.02.2018 / 15:53
2
answers

Problem with Script does not work properly

I am working with DataTables and with two JavaScript codes. I use the TableTools plugins that allow me to show the buttons to export the data in PDF, Excel or Print. In addition I am using a tfoot that allows me to visualize by means of anothe...
asked by 25.02.2018 / 20:32
1
answer

I can not use functions, variables from another file js

Hello everyone I need your help I'm creating a form validation in jquery for this I'm doing it in two js files: validation-form.js ajax.js The first with a function to validate and the second with a function to send the form data using...
asked by 25.02.2018 / 17:18
0
answers

update updatepanel with js or jquery

How to update a .net updatepanel with Javascript through an HTML button? There are several "examples" but none really worked for me, I've tried with the following, maybe I'm missing something: $('#btnOk').on('click', function () { v...
asked by 25.02.2018 / 17:56