My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
append  
Overview of append
Updated Jun 1, 2010 by matr...@mac.com

append

Action that appends one object to another. append behaves differently depending on the type of object being appended to.

Usage

objx( object ).append( item );

object The object to append to
item The item to append to object

  • append is an obstructive plugin

Different types

Append what to what behaviour
string string Concatinates the strings
array array Concatinates the arrays
function function Creates a new function that calls the original function first, followed by the second function

See also


Sign in to add a comment
Powered by Google Project Hosting