Opened 13 years ago
Closed 13 years ago
#5257 closed bug (invalid)
Selectors with Firefox 3.5 and Google Chrome
Reported by: | pcdm79 | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm having difficulties using selectors with Firefox 3.5 and Google Chrome.
For example:
$("#div1,#div2,#div3).click(function(){
alert("it's alive!");
}
In the previous code, only when I click on #div1 the callback its executed, but when I click #div2 or #div3 nothing happens.
Note: See
TracTickets for help on using
tickets.
This seems like it would be best handled on one of the forums until it's established to be a jQuery bug. Thanks!