Make an Ajax call using jQuery in a web Application in IE
When you are using jQuery in Internet Explorer when trying to update content on the fly ,be careful, because IE caches XMLHttpRequest response and the AJAX call . 1) I was showing pagination of records based on different links clicked,next set of records were shown on the same page. 2) An ajax call is to […]