Questions tagged as 'jquery'

2
answers

fill HTML table with JQuery DataTable library with BD records

I'm doing a field edit through JQuery's DataTable library, the problem is that I have to feed the table through data I get from a DB, and I have not been able to feed that table through the library, What I want is to do something like this (exam...
asked by 11.11.2016 / 15:19
1
answer

Sort DataTable by CheckBox

Someone would be so kind to help me with a DataTable , I need to order the table according to the checkbox selected descending, that is if I select a items goes fence showing first as shown in the next example. link Create the...
asked by 09.08.2016 / 13:22
0
answers

Upload content of a webview as well as the height of the keyboard that opens

I need to know how to raise the webview as well as the height of the smartphone keyboard where my hybrid app is installed. What happens is that being a hybrid app, if I click on an input that is displayed in a webview, the keyboard opens but the...
asked by 09.07.2016 / 21:55
1
answer

Error using Ajax AutoComplete for jQuery devbridge

I am using jquery autocomplete devbridge, I am implementing with an ajax call from angularjs which brings me a Json as follows: var arrayListAuto =[ "Mio", "Tio", "Otro" ] and I call it that with the AutoComplete plugin $("#auto...
asked by 26.08.2016 / 23:20
1
answer

Send a message after using the load () function

I am using the function load() to bring a table of information. In this table I have a button in each row to edit the information corresponding to this, when clicking on the button "edit" sent by AJAX the id of the corresponding...
asked by 26.08.2016 / 20:06
1
answer

Use Droppable with jquery Ui

Hello, how are you? You will see I am using jqueryUI, the Droppable function (which is used to drag elements). I'm following this tutorial from the same documentation Tutorial and I'm adapting it to my way here the code //Coidgo Html Grupo d...
asked by 15.09.2016 / 18:28
1
answer

How to solve error 403 when uploading file using Ajax? (Name with quotation mark)

I have the following problem, I have developed a module for uploading files using ajax + jquery + laravel 5.1, the problem I have is when I try to upload a file with a single quote inside its name, example: name of my mexico file' s.pdf When run...
asked by 07.07.2016 / 16:18
1
answer

form Submit with button jQuery

I have a two-page form and I want to use the jQuery button event on page 1 on page 2, to display a jQuery message: Page 1 index <form method="post" action="Guardar.html"> <input type="submit" name="boton" id="boton"/> </...
asked by 08.11.2016 / 16:10
1
answer

Reload functions after ajax response

When I write a comment on my page, I generate an ajax to save the comment in the database, and the response is the comment in html, this same comment has similar tags to the next one. <a href="#" action="delete">Borrar</a> I hav...
asked by 06.11.2016 / 20:42
1
answer

Error 404 when accessing the ASP .NET MVC 5 driver with JQuery

I have a driver like this [Route("/Historial/{inicio}/{final}")] public ActionResult Historial(int inicio, int final) { Return PartialView(); } I tried to access that driver through
asked by 27.07.2016 / 23:17