Skip to content
Darsain edited this page Jan 4, 2013 · 14 revisions
$('#frame').sly( [ options ] [, returnInstance ] );

[ options ]

Object with sly options. All options are detailed in the Options Wiki page.

[ returnInstance ]

Boolean argument requesting to return a plugin instance instead of a chainable jQuery object. You can than use all methods directly on this instance.

If Sly is called on more than one element, it returns a plugin instance for a first element in set.

API documentation

Clone this wiki locally