Modify ↓
Ticket #50 (closed bug: fixed)
$.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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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