Skip to main content

Bug Tracker

Side navigation

#4387 closed bug (invalid)

Opened March 19, 2009 07:35PM UTC

Closed March 21, 2009 01:50AM UTC

Last modified October 08, 2009 05:01AM UTC

$ 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"

Attachments (0)
Change History (4)

Changed March 19, 2009 07:36PM UTC by dushyant comment:1

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

Changed March 19, 2009 08:39PM UTC by dantman comment:2

Have you checked to make sure that jQuery is actually being loaded into the page?

Changed March 19, 2009 08:44PM UTC by dushyant comment:3

I checked it's not loading, but why its not loading as path is correct?

Changed March 21, 2009 01:50AM UTC by dmethvin comment:4

resolution: → invalid
status: newclosed

This isn't a jQuery bug; please ask for help in a forum.