id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
3613,Newbie to Jquery.,tejaspmehta,,"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",bug,closed,major,,docs,,invalid,,tejaspmehta@…,,
