Skip to main content

Bug Tracker

Side navigation

#3826 closed bug (invalid)

Opened January 12, 2009 04:05AM UTC

Closed January 13, 2009 12:25AM UTC

1.3rc1 Selector compatibility

Reported by: canglan Owned by: john
Priority: major Milestone: 1.3
Component: selector Version:
Keywords: 1.3rc1 Cc:
Blocked by: Blocking:
Description

The altest 1.3rc1 breaks some of my existing code because the changes done in the selector.

From line 287:

`

if ( this.length === 1 && !/,/.test(selector) ) {

var ret = this.pushStack( [], "find", selector );

ret.length = 0;

jQuery.find( selector, this[0], ret );

return ret;

} else {

...

`

Attachments (0)
Change History (1)

Changed January 13, 2009 12:25AM UTC by john comment:1

resolution: → invalid
status: newclosed

This was confirmed as being an issue with the Validation plugin.