Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Sorry my Mistake >> Latest Version -> jquery-1.3.2.min.js