Does anyone happen to know IF and HOW I could re-call all on-load event handlers? I\'m referencing some .js files that I DON\'T have control over, and these .js libraries do
You can trigger document.ready second time if you change entire body content:
$('body').html($('body').html())