Bug Tracker

Modify

Ticket #5257 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.