#4387 closed bug (invalid)
$ is not defined
Reported by: | dushyant | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If i use latest version of jquery(jquery-1.3.1.min.js) and simple function like below:
<script type="text/javascript">
$(document).ready(function(){
alert("Thanks for visiting!");
});
</script>
Gives error following: "$ is not defined"
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Have you checked to make sure that jQuery is actually being loaded into the page?
comment:3 Changed 14 years ago by
I checked it's not loading, but why its not loading as path is correct?
comment:4 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This isn't a jQuery bug; please ask for help in a forum.
Note: See
TracTickets for help on using
tickets.
Sorry my Mistake >> Latest Version -> jquery-1.3.2.min.js