Questions tagged as 'ajax'

2
answers

Show Query in Ventana Modal

I have a question with AJAX & PHP. I have a table of clients and I would like a bootstrap modal window to show me a mysql query in function to the client that I press. When pressing INFO, show me the Mode with a query in function...
asked by 07.12.2018 / 08:46
0
answers

Grid DevExpress event change

I have this modal with a grid, the problem is that when I select a row. this function is executed repeatedly doing the same thing. @Html.DevExpress().GridView(settings => { settings.Name = "grid_ModalProductosProceso"; setti...
asked by 30.11.2018 / 15:41
2
answers

as a full html code as TEXT in database through AJAX?

I have a html code, I need to use AJAX, by pressing the button: Save, that all the code is saved in the database in a field type TEXT     
asked by 30.11.2018 / 12:29
0
answers

Autocomplete Ajax Get

Hello friends, someone knows how to do an autocompletion in the HTML with this query in the database, where the value will be the id create proc buscarHeroe @nombre varchar(30) as begin select mc.id,mc.nombre from Heroes as mc where...
asked by 28.11.2018 / 21:36
0
answers

Autocomplete with Ajax Get

Friends I'm looking for a way to autocomplete an input in the html, where the value of that input will be the id. This is my procedure mysql. DELIMITER $$ create procedure BuscarMusica (in musica varchar(90)) begin select m.id,m.musica from...
asked by 28.11.2018 / 22:32
2
answers

Refresh table when an item is updated

I have this Ajax $(function() { //function ajax $('.processPreset').click(function(e) { e.preventDefault(); var checkedNames = ''; var $things = $('.case:checked'); if ($things.length > 0) {...
asked by 13.07.2017 / 18:44
1
answer

Is there a way to restart all the scripts on the page?

My problem is as follows. I have a div#resultado , which contains a table which is filled with data that I consume from a WebService. In this table there is a button for each row that activates a modal to modify the values of the row....
asked by 13.07.2017 / 17:28
0
answers

Do not send form to mail (library CodeIgniter)

Good morning I have a form that I want to send to my email    Form <div class="col-lg-5"> <div class="contact-box m-l-30"> <h1 class="title font-light m-t-10">Contáctanos</h1> <form id="form_c...
asked by 06.12.2018 / 16:57
0
answers

Send a post to the autocomplete

Hi guys, I'm trying to send a variable called (call1) to auto-complete but I have not been able to help someone else. this is my select <?php session_start(); $parametro = addslashes($_GET['term']); $llamarcontra1 = $_POST['...
asked by 04.12.2018 / 13:39
1
answer

optional input file reloads the page if no file is selected

I have a form where an input of type file is optional, but when submitting the form with id="update" the entire page is reloaded. $("#update").on('submit',(function(e) { var fsize = $('#subir_archivo')[0].files[0].size; var fty...
asked by 28.11.2018 / 03:56