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 7 years ago 1 Answers 0 Vote Up Vote Down Best Answer admin Staff answered 7 years ago 12345678<pre> $(document).ready( function () { //do whatever } ); </pre>