Side navigation
#5257 closed bug (invalid)
Opened September 16, 2009 07:03PM UTC
Closed September 24, 2009 03:06AM UTC
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.
Attachments (0)
Change History (1)
Changed September 24, 2009 03:06AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This seems like it would be best handled on one of the forums until it's established to be a jQuery bug. Thanks!