Monday 25 July 2011

Jquery-Ajax



It is important to mention the return data type of response you are expecting from your ajax call.My response was simple string with delimiter as ^ and was working fine on I.E and Chrome.But,when switched to firefox, encountered some problem.The problem was I.E browser was  assuming return data type as text , and so it was fine,but where as the firefox is taking default type of response as  xml and was causing the problem.










So, please be sure about the data types supported and is good to mention in your ajax call to save your time.


Click here for more Info on data types supported
















 Cheers...... :-)

No comments:

Post a Comment