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
Try this:
$(document).ready(function() { // When the document is ready // Do something });