Re: [jQuery] Ajax values are lost between 2 operations

2009-12-27 Thread Charlie
lots of possibilities here...a link would help. 1) are the correct values being sent in post? Firebug can be very helpful for determining this using the "Show XMLHttpRequests" option. 2)getScript may be getting called  prior to notes.php having finished processing (AJAX is asynchronous), coul

[jQuery] Ajax values are lost between 2 operations

2009-12-27 Thread Tristan
Hi, i've got a little problem and i need your help please : my script does : 1- post a value in "notes.php" to update values according to what is send. 2- reload the script which calls an flash chart to update it the problem is : the datas are correctly updated in /notes.php when calling again t