Bug Tracker

Modify

Ticket #3826 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

1.3rc1 Selector compatibility

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

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 { ... `

Change History

comment:1 Changed 4 years ago by john

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

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

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.