Browse Source

docs - add intro to Methods

pull/14/head
David DeSandro 14 years ago
parent
commit
a5e69d3765
  1. 7
      _posts/docs/2010-12-04-methods.mdown

7
_posts/docs/2010-12-04-methods.mdown

@ -7,6 +7,13 @@ related: methods
---
Isotope offers several methods to extend functionality. Isotope's methods follow the jQuery UI pattern.
{% highlight javascript %}
$('#container').isotope( 'methodName', [optionalParameters] )
{% endhighlight %}
## addItems

Loading…
Cancel
Save