Questions tagged as 'jquery'

2
answers

convert array to certain format

I have 2 arrays in javascript that you need to convert to a specific format, the current format of those 2 arrays is: "diavalor": [ "15", "27", "44", "63", "-1", "8",...
asked by 31.08.2018 / 04:07
1
answer

Error in jQuery, when sending FORM: Maximum call stack size exceeded

Uncaught RangeError: Maximum call stack size exceeded at xb (jquerymin.js:4) at xb (jquerymin.js:4) Hello, I try to send the following form, and I receive this error by console: <form id="form_comentarios" action="POST"> &l...
asked by 07.09.2018 / 17:22
1
answer

How to disable a boostrap dropdown menu?

I have the following method in the start controller that directs me to the menu screen @RequestMapping(value= "/menu", method= RequestMethod.GET) public String mostrarMenu(){ return "/menu"; } this is the jsp of the menu...
asked by 04.09.2018 / 06:36
1
answer

Problems with lc_switch.js

The issue is that my new buttons replace the previous ones. The styles of other inputs that I already had in a version of jquery 1.9.0, I did what the jQueryNoConflict indicates and it did not work for me. Can you help me please. I need the inpu...
asked by 22.05.2018 / 00:49
1
answer

How can I replace the JavaScript alert message by text with the error using jquery [duplicated]

I need to replace the alert by inserting the error text, and not display that text and / or delete it when there is no error in the data entered. [ $(document).ready(function() { $("button").on("click", function() {...
asked by 13.05.2018 / 18:04
1
answer

Create JSON from an HTML block with its attributes

I need to create a script with jquery that reads me an entire html block and get me the html tag, its attributes and its content, this must be done with the children tag, then create a json object with all the data. This what I've been testin...
asked by 10.05.2018 / 04:13
1
answer

Load translator on web page

I have a website to which I created the translation function, but I created some alternative pages which are loaded by js, it does not translate and I do not know why. These pages are cakephp templates, I really do not think that affects....
asked by 16.05.2018 / 17:32
1
answer

Show image while processing form

Two values are sent from a form: <form action="accion.php" method="post"> <p>Su nombre: <input type="text" name="nombre" /></p> <p>Su edad: <input type="text" name="edad" /></p> <p><input t...
asked by 28.11.2018 / 05:32
2
answers

Put the time to input text in view html with jquery (not Php)

How can I put today's date by default to an input text when executing my view in html with jquery javascript? The only thing I have achieved is this code, which works but does not print in the input but in the body of the view: <s...
asked by 01.04.2018 / 11:56
1
answer

Subgrilla in jqGrid

I'm starting with jqGrid and I'm guiding myself with jqGrid Demos What I need is very similar to the example that appears in Advanced - > Master Detail , only that I need the "Invoice Detail" table to be displayed on another page and I...
asked by 02.04.2018 / 07:04