Side navigation
#13837 closed bug (notabug)
Opened April 29, 2013 11:07PM UTC
Closed April 29, 2013 11:21PM UTC
add() doesnt work as stated
Reported by: | jeff.g.hunter@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.add( selector )Returns: jQuery
Description: Add elements to the set of matched elements.
.add( jQuery object )
jQuery object
Type: jQuery object
An existing jQuery object to add to the set of matched elements
add doesnt actually add other jquery elements in 1.9.1
see:
another bug, .add('#someid') does not seem to work either.
not sure what the actual functionality of add is, or how to add any elements to an object list
Attachments (0)
Change History (1)
Changed April 29, 2013 11:21PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Please read the documentation.
http://jsfiddle.net/rwaldron/DUsbG/ is correct.