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
You can also use:
$(window).bind("load", function() { // Your code here. });