Browse Source

docs : add updateSortData method to Methods

v1
David DeSandro 14 years ago
parent
commit
bbf586f01e
  1. 12
      _posts/docs/2010-12-04-methods.mdown

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

@ -112,4 +112,14 @@ Resets layout properties and lays-out every item element.
{% endhighlight %}
Removes specified item elements from Isotope widget and the DOM.
Removes specified item elements from Isotope widget and the DOM.
## updateSortData
{% highlight javascript %}
.isotope( 'updateSortData', $items )
{% endhighlight %}
Updates the sorting data on specified item elements. This method is useful if the data within an item is changed dynamically after Isotope has been initialized.

Loading…
Cancel
Save