i am using Benalman hashchange script using blogging platforms. However ,, once the contents are loaded, some script (plug ins etc) aren't performed and so i have several problems.
I designed a callback function to load these script:
function s() {
$.getScript("wp-content/plugins/twitter-button/controllers/tb-tabs.js");
$.getScript("http://platform.twitter.com/widgets.js");
$.getScript("http://www.google.com/buzz/api/button.js");
}
This hadn't resolved the issue.
Now you ask ,, how do i load all of the script which are within the ajax container??
Thanks ahead of time!!