Jon
72p407 comments posted · 159 followers · following 26
13 hours ago @ The Blog of Jon Karna - Intense Debate and the... · 0 replies · +1 points
window.location = '#idc-container';
with
window.location.hash = '#idc-container';
Which should already by live.
If you'd prefer not to poll to check when IntenseDebate loads, we offer some JavaScript hooks to detect that via our plugin system. There's more info here: http://www.intensedebate.com/docs/plugin-resource... but the basic idea is that you can register a JS function that we will fire on certain events (including IntenseDebate loading). Might be a slightly nicer solution if you're interested in poking around.
Again, sorry for the trouble, but nice job working around it!
4 days ago @ IntenseDebate Blog - WordPress Plugin v2.3 · 2 replies · +2 points
1 week ago @ Online Aspect - Queue events that occu... · 0 replies · +1 points
http://mydomain.com/js/script.js?callback=true
Or something similar, which can then be setup to only include the function call when that parameter is set.
1 week ago @ Online Aspect - Queue events that occu... · 2 replies · +2 points
One thing you might consider to get a slight bit of extra performance is adding the dequeue_actions(); call to the end of the javascript you're loading (assuming you control the script and it's not loaded from a third party). This will allow the js to execute as soon as the necessary javascript is loaded instead of waiting for the onload event (which on a heavy page could be noticeably later).
1 week ago @ IntenseDebate.com - IDM Front Page · 18 replies · +1 points
2 weeks ago @ blog.iphone-dev.org - blog.iphone-dev.org/po... · 72 replies · +10 points
3 weeks ago @ Jon Fox - The importance of an o... · 0 replies · +1 points
3 weeks ago @ Jon Fox - The importance of an o... · 0 replies · +1 points
3 weeks ago @ Jon Fox - The importance of an o... · 0 replies · +1 points
3 weeks ago @ IntenseDebate Blog - Opening Up the Debate ... · 0 replies · +1 points