Hey guys,

when investigating why some of the jQuery UI demo pages didn't work with
1.3rc2, we found out it's related to 1.3rc2:

We were doing the following:

$('> :eq(0)', context)

this worked in 1.2.6, in 1.3 you receive: Syntax error, unrecognized
expression: >

The bug only happens if

1) The first character is >
2) the immediate following part is a pseudo-selector (i.e. "> *:eq(0)")
3) The pseudo-selector has brackets (i.e. "> :input" works)

This is definitely a regression. Any ideas?

-- 
Paul Bakaus
UI Architect
--
http://paulbakaus.com
http://www.linkedin.com/in/paulbakaus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to