browserstate / ajaxify

Ajaxify your entire website instantly with this simple drop-in script using the HTML5 History API with History.js and jQuery ScrollTo.
601 stars 94 forks source link

Content Scripts get erased #19

Closed tsarma closed 11 years ago

tsarma commented 11 years ago

I'm updating my main content (div#container) with ajaxify. This div may contain some script tag dynamically generated from CMS. But ajaxify is removing all scripts tags within the content by "$scripts.detach();". How about options to overcome it. EDITED: I was wrong, ajaxify reinsert the script back. was console.loggin at wrong place.