I am working in an ASP .net MVC Application. I have a JQuery UI tab whose Javascript to enable caching is as follows.
function LoadStudentDetailTabs() {
Try this
$(document).ready(function(){ $("#tabs").tabs({ spinner: 'Loading...', cache: false, ajaxOptions: {cache: false} }); });