I\'m new to JavaScript.
I would like to call JavaScript / jQuery function after the page load in aspx page.
I tried using
$(document).ready(function(){ //Code goes here });
or old style