|
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), could try putting the getScript as a callback to $Post 3) is the php doing what it is supposed to? withing the callback you could look a the values it generates also to see what is happening Tristan wrote: 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 |
- [jQuery] Ajax values are lost between 2 operations Tristan
- Re: [jQuery] Ajax values are lost between 2 operations Charlie

