Javascript|Jquery : Script not loading -


got weird problem cant fix : i've html page javascript have code aint working, tried simple alert got same problem : code between tags doesnt appear when @ source code in browser , cant see when in browser debugger...

 <script type="text/javascript">       $(document).ready(function(){         alert('hzhz') ;       });  </script> 

when page source, can see :

<script type="text/javascript"></script> 

if has idea or can tell me should for, great !

thx !


Comments

Popular posts from this blog

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

javascript - Can Piwik report referrer in real time? -