What is the code to execute JQuery code upon Page Load? View Questions › Category: Questions › What is the code to execute JQuery code upon Page Load? 0 Vote Up Vote Down admin Staff asked 9 years ago 1 Answers 0 Vote Up Vote Down Best Answer admin Staff answered 9 years ago 12345678<pre> $(document).ready( function () { //do whatever } ); </pre>