Bug Tracker

Modify

Ticket #5850 (closed bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

$('X+Y Z') does not works in IE

Reported by: mat Owned by: john
Priority: major Milestone: 1.4.1
Component: selector Version: 1.4
Keywords: ie Cc:
Blocking: Blocked by:

Description

this kind of selector: $('X+Y Z') does not works in IE (not tested in opera or safari).

I have to replace thoses with: $('X+Y').find('Z')

Change History

comment:1 Changed 3 years ago by snover

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

 test case works for me.

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.