Modify ↓
Ticket #1420 (closed bug: fixed)
Test Suite error: Check that click, triggers onclick event handler also
| Reported by: | orsonjones | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.1 |
| Component: | event | Version: | 1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070601 Ubuntu/dapper-security Firefox/1.5.0.12
66 event module: click() (1, 3, 4)
- Check that click, triggers onclick event handler also
I ran the test suite after trying the How jQuery Works Tutorial and having the following not work.
$("a").click(function(){
alert("Thanks for visiting!");
});
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.
Note: See
TracTickets for help on using
tickets.

Which test suite? Did you download and build your own? What rev of jQuery was being used? Some new code was just committed, so that may be at play here.