Skip to main content

Bug Tracker

Side navigation

#5003 closed bug (worksforme)

Opened August 03, 2009 11:43AM UTC

Closed June 13, 2010 02:24PM UTC

IE7 selector bug when selecting several nodes by ID

Reported by: neuronix Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

I've noticed that the following code does not work properly in IE7 :

$('#myid1, #myid2').css({ myattr: 'myprop'});

Whereas the following code works fine :

$('#myid1').css({ myattr: 'myprop'});

$('#myid2').css({ myattr: 'myprop'});

Thanks for the great work.

Attachments (0)
Change History (2)

Changed August 03, 2009 04:20PM UTC by pbcomm comment:1

work for me, would you mind adding an example?

Changed June 13, 2010 02:24PM UTC by dmethvin comment:2

resolution: → worksforme
status: newclosed

Works for me as well.