asp.net - jquery pageload event isn't working -


i'm trying call function on jquery pageload, it's not working. can resolve it.? i'm using jquery in asp.net webform, not in external .js file

function pageload() {        alert('hi!!'); } 

try this. can put inside head tag or body tag.

    <script type="text/javascript">        pageload();        function pageload() {        alert('hi!!');       }     </script> 

Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -