Returns a collection based on the passed argument which can be a CSS selector or an element.
Append the element to the element(s) in the collection and returns the collection.
Prepend the element to the element(s) in the collection and returns the collection.
Append the element(s) in the collection to the argument collection and returns the collection.
Prepend the element(s) in the collection to the argument collection and returns the collection.
Inserts the argument elements after each element in the collection and returns the collection.
Inserts the argument elements before each element in the collection and returns the collection.
Inserts each element in the collection after each argument element(s) and returns the collection.
Inserts each element in the collection before each argument element(s) and returns the collection.
Removes the collection from a parent element as well as removing any events and data and returns the collection.
Removes the collection from its parent not removing any events or data and returns the collection.
Empties the collection of children and returns the collection.
Returns a collection of the collection's children.
Returns a collection of the collection's parent.
Returns a collection of the collection's ancestors, from closest to furthest.
Returns a collection of the collection's svg ancestors from closest to furthest.
Returns a collection of the collection element(s) root node(s).
Returns a collection of the collection svg element's viewport parent element.
Returns a collection of the collection svg element's viewport ancestors from closest to furthest.
Returns a collection of the collection element's closest ancestor element.
Returns a collection of the collection element's ancestor elements from closest to furthest.
Returns a collection of the collection's first child.
Returns a collection of the collection's last child.
Returns a collection of the first element in the collection.
Returns a collection of the last element in the collection.
Returns a collection of a the collection's siblings.
Returns a collection of all the collection's siblings after it in the DOM.
Returns a collection of all the collection's siblings before it in the DOM.
Returns a collection the next adjacent element to it in the DOM.
Returns a collection the pervious adjacent element to it in the DOM.
Returns a collection of the specified element by the collection index.
Returns the element by the collection index.
Returns a collection based on the matching argument from within the context of the collection.
TO DO.
Get or set the attributes of the element(s) within the collection and can return the collection.
Remove the attribute of the element(s) within the collection and returns the collection.
Get or set the css rules of the element(s) within the collection and can return the collection.
Get or set the css rules of the element(s) with added vendor prefixes and can return the collection.
Add a class to the element(s) within the collection and returns the collection.
Remove a class from the element(s) within the collection and returns the collection.
Returns true or false wether or not one of the elements in the collection has the argument class.
Toggles the argument class on the element(s) in the collection and returns the collection.
Set the inner text content of the element(s) in the collection and returns the collection.
Returns the collection to a JavaScript native array.
Returns the length of the collection.
Add an element to the end of the collection.
Returns a new collection with the passed element(s) added to the end of it.
Add an element to the start of the collection and returns the collection.
Remove and returns a collection with the last element in the collection.
Remove and returns a collection with the first element in the collection.
Returns a new sliced collection based on passed collection indices.
Reverse the collection and returns the collection.
Iterate over the collection and returns the collection.
Iterate over the collection creating a new collection composed of elements which are returned in the map callback.
Iterates over the collection re-ordering it based on the sort callback.
Returns a subset collection of the collection based on the passed selector.
Returns an array containing property values for the passed type of property (eg css, data) property name.
Returns a new collection containing the elements for their respected callback function returned true.
Iterates over the collection and returns true if all test callback functions returned true.
Returns a copy or deep copy of the collection.
Duplicate the first item in the collection increasing the length of the collection.
Returns true if any of collection elements matched the passed argument.
Returns the collection index of the passed element in the collection.
Returns true if the passed argument is like a Pablo or jQuery collection.
Returns true if the passed argument is an element.
Returns true if the passed argument is an svg element.
Returns true if the passed argument is a node list.
Returns true if the passed argument is a html document.
Returns true if hte passed argument is a Pablo collection.
Set a new svg shape template on the Pablo object by the passed name argument and defined by the function argument.
Returns true if the passed argument can be wrapped as a Pablo collection.
Returns an extended object from the passed arguments.
Returns a new array based on the passed space delimited string which is composed of the returned values of the iterator callback.
Returns a new collection containing the element based on the arguments.
Returns a native SVG or HTML element based on the passed element name.
Returns a string in camel-case form based on the passed hyphen-delimited string.
Example: Pablo.circle()
Returns a collection containing the a SVG element.
Returns a collection containing the altGlyph SVG element.
Returns a collection containing the altGlyphDef SVG element.
Returns a collection containing the altGlyphItem SVG element.
Returns a collection containing the animate SVG element.
Returns a collection containing the animateColor SVG element.
Returns a collection containing the animateMotion SVG element.
Returns a collection containing the animateTransform SVG element.
Returns a collection containing the circle SVG element.
Returns a collection containing the clipPath SVG element.
Returns a collection containing the color-profile SVG element.
Returns a collection containing the cursor SVG element.
Returns a collection containing the defs SVG element.
Returns a collection containing the desc SVG element.
Returns a collection containing the ellipse SVG element.
Returns a collection containing the feBlend SVG element.
Returns a collection containing the feColorMatrix SVG element.
Returns a collection containing the feComponentTransfer SVG element.
Returns a collection containing the feComposite SVG element.
Returns a collection containing the feConvolveMatrix SVG element.
Returns a collection containing the feDiffuseLighting SVG element.
Returns a collection containing the feDisplacementMap SVG element.
Returns a collection containing the feDistantLight SVG element.
Returns a collection containing the feFlood SVG element.
Returns a collection containing the feFuncA SVG element.
Returns a collection containing the feFuncB SVG element.
Returns a collection containing the feFuncG SVG element.
Returns a collection containing the feFuncR SVG element.
Returns a collection containing the feGaussianBlur SVG element.
Returns a collection containing the feImage SVG element.
Returns a collection containing the feMerge SVG element.
Returns a collection containing the feMergeNode SVG element.
Returns a collection containing the feMorphology SVG element.
Returns a collection containing the feOffset SVG element.
Returns a collection containing the fePointLight SVG element.
Returns a collection containing the feSpecularLighting SVG element.
Returns a collection containing the feSpotLight SVG element.
Returns a collection containing the feTile SVG element.
Returns a collection containing the feTurbulence SVG element.
Returns a collection containing the filter SVG element.
Returns a collection containing the font SVG element.
Returns a collection containing the font-face SVG element.
Returns a collection containing the font-face-format SVG element.
Returns a collection containing the font-face-name SVG element.
Returns a collection containing the font-face-src SVG element.
Returns a collection containing the font-face-uri SVG element.
Returns a collection containing the foreignObject SVG element.
Returns a collection containing the g SVG element.
Returns a collection containing the glyph SVG element.
Returns a collection containing the glyphRef SVG element.
Returns a collection containing the hkern SVG element.
Returns a collection containing the image SVG element.
Returns a collection containing the line SVG element.
Returns a collection containing the linearGradient SVG element.
Returns a collection containing the marker SVG element.
Returns a collection containing the mask SVG element.
Returns a collection containing the metadata SVG element.
Returns a collection containing the missing-glyph SVG element.
Returns a collection containing the mpath SVG element.
Returns a collection containing the path SVG element.
Returns a collection containing the pattern SVG element.
Returns a collection containing the polygon SVG element.
Returns a collection containing the polyline SVG element.
Returns a collection containing the radialGradient SVG element.
Returns a collection containing the rect SVG element.
Returns a collection containing the script SVG element.
Returns a collection containing the set SVG element.
Returns a collection containing the stop SVG element.
Returns a collection containing the style SVG element.
Returns a collection containing the svg SVG element.
Returns a collection containing the switch SVG element.
Returns a collection containing the symbol SVG element.
Returns a collection containing the text SVG element.
Returns a collection containing the textPath SVG element.
Returns a collection containing the title SVG element.
Returns a collection containing the tref SVG element.
Returns a collection containing the tspan SVG element.
Returns a collection containing the use SVG element.
Returns a collection containing the view SVG element.
Returns a collection containing the vkern SVG element.