Ticket #3613 (closed bug: invalid)
Newbie to Jquery.
| Reported by: | tejaspmehta | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | docs | Version: | |
| Keywords: | Cc: | tejaspmehta@… | |
| Blocking: | Blocked by: |
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
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.

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.