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

prepend

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

Usage

objx( object ).prepend( item );

object The object to prepend to
item The item to prepend to object

  • prepend is an obstructive plugin

Different types

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

See also


Sign in to add a comment
Powered by Google Project Hosting