Bug Tracker

Modify

Ticket #50 (closed bug: fixed)

Opened 7 years ago

Last modified 6 years ago

$.A in core versus $.A DOM creation

Reported by: dave.methvin@… Owned by:
Priority: major Milestone: 1.0
Component: core Version: 1.0
Keywords: Cc:
Blocking: Blocked by:

Description

The latest version of jquery.js in SVN has a new $.A method, but Mike Geary's widely used DOM creation plugin uses $.A to create a DOM element. It doesn't appear that $.A is currently used, but if it's needed I think it could be replaced with this line:

$([].concat.apply(arrayLikeObject))

Change History

comment:1 Changed 7 years ago by john

  • Status changed from new to closed
  • Version set to 1.0
  • Resolution set to fixed
  • Milestone set to 1.0

I just removed this, I'll be checking it in to SVN very soon.

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.