AJAX is a set of techniques that run on the client to create interactive websites. It allows updates to the current page to be made in more or less real-time without having to reload the page from the server. AJAX on Wikipedia

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

Adding bxSlider to a div generated with AJAX

I have this two lines of html code... <div id="slider1" data-param1="XXX" data-param2="XXX"></div> <script src="script.js" type="text/javascript"></script> which generate a ...
0
votes
2answers
23 views

how to put ajax loader while image loads itself

how to use ajax loader is my question i am new to ajax. i have a function which work to change image when user click on thumbnail image but image are heavy so i want ajax till the second image load ...
0
votes
2answers
21 views

jQuery ajax request sending multiple arrays and accessing there values in php script

I am trying to pass multiple arrays to my script and from there I will insert these array values in database. In Branches_Control.php I want to save these array values in PHP variables and then pass ...
0
votes
0answers
6 views

Multiple files upload in grails

I am trying to implement a comment mechanism in which a user can post a comment and also upload multiple files with it. I am using a g:formRemote for the comment part but I learned that ajax request ...
0
votes
1answer
16 views

form get submitted through ajax, even after clicking submit button?

I have a form, in that form i have a file element. i am using a function which upload the image immediately when user select through ajax. But when i press submit button of form, the form again get ...
1
vote
3answers
19 views

JQUERY AJAX Call - Function with Varable

I need to make many JQUERY AJAX Calls but I don't want to repeat the AJAX call code constantly. Therefore I've tried to setup an AJAX Function as follows: function ajaxCall(ajaxData) { ...
0
votes
0answers
4 views

ajax calendar table width getting more than calendar container div

U can find the image here, must i maintain the same width for body_container, any ideas, please help me out...
0
votes
1answer
27 views

AJAX Pagination adding data insted of replacing data

I Have a working PHP Based Pagination onto which i am adding ajax to improve page load. my problem is ajax is adding whole navigation page(to which navigation is made through pagination link) to ...
0
votes
0answers
8 views

Chrome XmlHttpRequest Hanging

When I make a XmlHttpRequest (via jQuery's $.ajax) to a particular URL, my Chrome consistently hangs every time with a status on the request of 'Pending'. After that Chrome must be closed ie. ...
0
votes
1answer
13 views

ajax call to wcf from asp.net mvc

I have two apps. The first is WCF Service, the second is asp.net MVC 3 app. In the WCF app I have a interface: [ServiceContract] public interface IService1 { [OperationContract] ...
0
votes
2answers
31 views

Pagination not working when adding AJAX

I have a PHP-based pagination system and it is working fine, I'm using GET parameters to pass the page number: <?php $db = mysql_select_db($database,$connection) or trigger_error("SQL", ...
0
votes
1answer
38 views

Voting system using PHP, MySQL and jQuery - NOT working (DIAGNOSE)

Trying to make this Reddit-style Voting With PHP, MySQL And jQuery work. Problem: When I click "Vote up" or "Vote down", it doesn't return anything. Nothing happens on the page, at all. I have ...
0
votes
0answers
14 views

ajax request redundancy

i have 5 ajax requests look like below. The only difference is that they have different parameters and onSucess functions. How can I pass different parameters for server and call different functions ...
0
votes
0answers
16 views

How does one reload the contents of an element without refreshing the page after sending a form?

I have an element (a comments list and form) that is used in many places in my application. It works all fine and dandy, except it requires refreshing the entire page. This can be problematic, ...
0
votes
1answer
21 views

Hide and Show Div content inside of a JQuery dialog

I have a single field inside of a Div with a label and its validation summary. It's part a modal JQuery dialog: <table> . . . <div id="user-date-add"> <tr> ...

1 2 3 4 5 2565
15 30 50 per page