Questions tagged as 'ajax'

2
answers

Problem receiving data from form with ajax

Edited: With trim I "fixed" the spaces (I would like to know why the values are arriving with spaces: /) but I could not fix the problem with the + symbol. I will formulate my question that I asked previously like this: I have a tab...
asked by 01.02.2017 / 02:19
2
answers

Performance in AJAX on the client side

I would like to know which of the two methods that I am going to explain next are more optimal for the Client Side to implement the pagination of search results: 1- Bring todos los elementos that throws the search in a JSON, pre...
asked by 15.12.2016 / 15:34
1
answer

How to load more than a partial view with a click event?

I know there are several ways to load a partial view with the event of a button, example: <script type="text/javascript"> $(document).ready(function() { $("#view1").click(function() { $("#ajaxpanel").load("<%=Url.Action("V...
asked by 02.12.2016 / 01:33
1
answer

Error with path in Symfony and Ajax template

I am trying to test a form with symfony with a code copied from the internet. It is about two selects, province and city, in which the values of City depend on what is selected in the Province, but when I load the page it marks the following err...
asked by 02.12.2016 / 15:20
1
answer

ASP.NET MVC - How to work with partial views within a strongly typed view

could you tell me how to work in this context: I have a strongly typed view that performs the search of some records, the search by ajax button loads a partial view in a div of the main view, then in this partial view I select some check and...
asked by 05.12.2016 / 23:07
1
answer

How do I modify the attributes of an input, which has been created by means of an ajax response?

I am trying to modify the attributes of an input that I generate dynamically and that I show on the page through ajax. function traigo_form(){ $.ajax({ data:{enviado: true} type: "POST", url: "localhost...
asked by 05.12.2016 / 23:07
1
answer

beginner in ajax: does not make the respective queries in server

Greetings to everyone in this community I am developing a project that generates a shopping list, this list is made in a table and the product code and quantities are stored in an array containing the 2 array, then the sent by POST through ajax...
asked by 01.12.2016 / 14:18
0
answers

create an index.php with ajax

I want to make a index.php with the help of AJAX , where through an input and a button, put a number in the input and when you hit the button, repeat that number in a div I have on the page. Command code index.php <div class...
asked by 27.02.2017 / 16:52
0
answers

Flash message by Ajax Rails

I am trying to show a Flash message by Ajax, since I have a modal that when closing I wish to notify the user that the action was done, I use Foundation 6, and unfortunately this version still needs to be added fundamental things like "Toast" me...
asked by 14.12.2016 / 01:51
1
answer

The filter does not work for selects in datatables

I am using the "datatables" plugin in a server-side way, it works perfectly but if I add the "select inputs" it does not work for me, just that option. I got the code from the following link: API link Here is the Ajax code: var tabl...
asked by 14.12.2016 / 02:05