Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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.
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.

This seems like it would be best handled on one of the forums until it's established to be a jQuery bug. Thanks!