I have this code:
$.post(\"php/tagNotifUnsub.php\", $(\"#tagNotifUnsub\").serialize(), function(){ $(\'#tagSubDiv\').load(\'tags.php #tagSubDiv\
You mention $.ajax
You can turn caching off for ajax like this:
$.ajax({ url: "/myURL?", cache: false, });