Am trying to refresh a page on pageshow in jquery mobile
Tried code:
$(document).on("pageshow","#schoolperformance", function(){
showLoadMsg : false,
reloadPage : true,
});
But i keep on getting an error of unexpected token which points to the part{ reload page:true} when viewing in the console