Questions tagged as 'jquery'

0
answers

Save pdf in App. From a JSON with base64. Cordova Phonegap File or File transfer. writer.truncate (11) writer.seek (4)

Hi, I have a question about how to convert a base64 to pdf with jquery or javascript. And also what are the numbers that are passed by parameter to the functions = > writer.truncate(11) writer.seek(4) and in case you want to...
asked by 20.07.2018 / 15:05
0
answers

form validation

good day. I am new to this programming and I need help to add a personalized validation of PARSLEY and validator. I have the validation by default and I want to give it the style that PARSLEY gives but I do not know how to do it in the js. I'm w...
asked by 20.07.2018 / 18:11
1
answer

Automatic result with PHP and Ajax

I'm doing a data entry in which I have two points that I do not know how to do in ajax or jquery. <?php $valor = 320; //valor en pesos ?> Ingreso <input type="date" name="ingreso" autocomplete="off"><br> Retiro <input typ...
asked by 19.07.2018 / 19:18
0
answers

How to group records from a parent record?

I'm doing the list of pages to be able to add permissions to that user, but I have some inconveniences regarding the listing. What I want to do is list the pages according to the parent record and separate them by a space. Here I have the...
asked by 18.07.2018 / 14:39
1
answer

error in script with jquery and php (validate form)

You see I'm using the plugin - > link to validate a form but I can not understand what I'm doing wrong to verify the user if it exists according to the console is a jquery error $(document).ready(function() { $("#ok").hide(); $("#signup...
asked by 18.07.2018 / 10:15
1
answer

How to save dynamic checkbox and textbox with a single button in MVC .Net

For each row of the records of my sql table in the view I add two checkboxes and a textbox to later save what has been selected and entered in the textbox, as I can know the checkboxes that were selected, the textbox text since data_id belongs t...
asked by 21.07.2018 / 03:49
0
answers

Promises under Jquery and Ajax

There is a URL where an Order API is hosted. The API provides a method that delivers the order headers for a customer and on a date. What it returns is an order code. There is a second method where, with the order code, it returns the details of...
asked by 21.07.2018 / 16:31
0
answers

Create a slider with the arrow keys and with the mouse click

How to pass slides with the keys without this repetition effect happening with setInterval , when I have the mouse on the container and at the same time I press the key to go to through the images This is the codepen link The arrowKe...
asked by 17.07.2018 / 15:08
0
answers

Error 500 on Debian 9

Good morning, I have this failure with which I woke up today, I comment that two days ago I did not have any kind of problems, comment that I'm using prepros , php , < strong> jquery , mysql , in debian 9 , and restart the services of these,...
asked by 17.07.2018 / 19:40
2
answers

I get the error: Uncaught SyntaxError: Unexpected token

On line var order = {$cargo.val();} I get the error:    Uncaught SyntaxError: Unexpected token. <script type="text/javascript"> var $cargo = $('#cargo'); var order = {$cargo.val();}; $('#idBoton').on('click'...
asked by 18.07.2018 / 17:11