Skip to content

Commit

Permalink
docs : add updateSortData method to Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Feb 8, 2011
1 parent 129432d commit e012c10
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _posts/docs/2010-12-04-methods.mdown
Expand Up @@ -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.

0 comments on commit e012c10

Please sign in to comment.