Opened 16 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 16 years ago by
Component: | core → event |
---|
comment:2 Changed 15 years ago by
Milestone: | 1.1.4 → 1.2.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1.3 → 1.2 |
Fixed in SVN.
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.