#50 closed bug (fixed)
$.A in core versus $.A DOM creation
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
I just removed this, I'll be checking it in to SVN very soon.