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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -