Forums / Cotonti / Development / sed_parse & ajax

hmmm

ez
#24160 2010-04-16 22:59
What is the response off you're agent... (how does that look, Html, json...)

If you are using IE : 1 BIG catch is caching..... !!!!
Always do this:
// disable cache
$.ajaxSetup({ cache: false });

it will make sure that IE does not cache youre response !


1 tip: For posting I am using the Forms plugin..... (a real gem)
http://jquery.malsup.com/form/#ajaxSubmit

Look at the callback to process your returned data

Hope this helps
==- I say: Keep it EZ -==