Bug Tracker

Modify

Ticket #3613 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by flesler

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.