Questions tagged as 'jquery'

1
answer

change the content of an input with jquery or javascript [duplicate]

I want to change the value written in 55 inputs that have the same class called input_valores_provisionales and different id (1,2,3,4 ...) in a function as soon as the page is loaded here the script $(document).ready...
asked by 06.04.2018 / 14:01
0
answers

Error: displaying my modal in boostrap

I have a problem deploying a modal bootstrap . My website is composed of several sections and to move between them there is a scroll with anchors and a contact form. When I go directly to the form and press the send button, the already co...
asked by 02.04.2018 / 15:44
1
answer

jquery validate in modal window with ajax jquery ui

<form id="formularioanadir" enctype="multipart/form-data"> titulo pelicula: <input type="text" id="atitulo" name="titulo" value="" required/><br> director: <input type="text" id="adirector" value="" required />&l...
asked by 02.04.2018 / 10:41
1
answer

_GET in infinite loop PHP

I have a php query manager that I call from AJAX with Jquery with an asynchronous GET, this manager is in charge of calling the relevant function. One of these functions must execute a process that depends on the number of records that have b...
asked by 02.04.2018 / 17:33
1
answer

Return to a page after sending a message with sweet alert

if ($resultado) { $mysql->commit(); echo "<script> jQuery(function(){ swal(\"¡Inscripción realizada exitosamente!\", \"Sus datos fueron enviados correctamente \", \"success\"); } window.history.go(-1); ); </script>";...
asked by 01.04.2018 / 02:41
0
answers

How do I reload google recaptcha v2 when it is ajax success?

I want the sending of a form with recaptcha v2 to be successful, to recharge to use it again through ajax without having to reload the page     
asked by 27.03.2018 / 22:56
2
answers

Receive data in json from a mySQL query

good morning, I have an ajax where I send a variable id_account which I take it when reading the id of the option of a select, I then make a query which returns all the data of that account, I know that this part is fine because when I review...
asked by 28.03.2018 / 05:11
0
answers

Sending form and validating with jquery

I have the following problem, I have a form and I am including each part with php and validating the form with a jquery library this is the link Jquery validation , validate the form and show the following but in the following form after valida...
asked by 27.03.2018 / 03:32
0
answers

Problem in UPDATE with CRUD made with JQuery and Bootstrap

When I update one of the rows is perfect, the problem appears when I want to update another row. In addition to updating the selected row, the row that I updated earlier is updated, with the same data. I leave you a capture of what happens:...
asked by 25.03.2018 / 11:13
2
answers

Load Ajax when starting page and change results when performing search

this input #search performs the search for the value in my database from my database I pull a line Like the Rows that I show in #resultado: I want that when loading the page: I loaded the last 10 results created, I already ordered it in the M...
asked by 25.03.2018 / 03:54