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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -