Opened 14 years ago
Closed 14 years ago
#3613 closed bug (invalid)
Newbie to Jquery.
Reported by: | tejaspmehta | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | docs | Version: | |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
Hello Team,
I have started today with Jquery as many sites are using it. You have made some good thing i hope so.
Now i had visited http://docs.jquery.com/How_jQuery_Works and started.
but i get only error when i run this code eoor like $ is not defined
<html> <head> <script type="text/javascript" src="jquery.js"></script> </head> <body> <a href="http://localhost/jquery/">jQuery</a> </body> </html>
jquery.js
$("a").click(function(event){
alert("Thanks for visiting!");
});
can you help me out ??? as its not working.
please reply me soon.
Thank you Tejas Mehta
Note: See
TracTickets for help on using
tickets.
This is not the place for help requests, only to report bugs or propose features for jQuery's core and a couple of official plugins. I'd advice you to ask for help on jQuery's google group.