I am using ajax on my site to dynamically load the content without refreshing the pages. This is causing issues with a lot of the plugins failing to reload,
It is specifically when I trigger a hash change event
$(window).trigger("hashchange");
The latest plugin this is causing issues with is the countdown clock from Mopment.js.
I am wondering is there a simpler solution the get these plugins to reload when I trigger a hash change event?
