I\'m looking for a way to load jquery after the page is fully loaded. well there are lots of questions and answers about it in here, but all describe how to run a scri
if you can load jQuery from your own server, then you can append this to your jQuery file:
jQuery(document).trigger('jquery.loaded');
then you can bind to that triggered event.