diff --git a/_posts/docs/2010-12-01-introduction.mdown b/_posts/docs/2010-12-01-introduction.mdown index 030ad93..3ab3fe0 100644 --- a/_posts/docs/2010-12-01-introduction.mdown +++ b/_posts/docs/2010-12-01-introduction.mdown @@ -27,7 +27,7 @@ toc: ## Licensing
- Commercial use of Isotope requires purchase of one-time license fee per developer seat. Commercial use includes any application that makes you money — portfolio sites, premium templates, etc. Commercial licenses may be purchased at metafizzy.co. + Commercial use of Isotope requires purchase of one-time license fee per developer seat. Commercial use includes any application that makes you money — portfolio sites, premium templates, etc. Commercial licenses may be purchased at metafizzy.co.
Use in non-commercial and personal applications is free. @@ -69,7 +69,7 @@ There are a number of [options](options.html) you can specify. Within the optio ## Code repository -This project lives on GitHub at [github.com/desandro/isotope](http://github.com/desandro/isotope). There you can grab the latest code and download this entire project. +This project lives on GitHub at [github.com/desandro/isotope](http://github.com/desandro/isotope). There you can grab the latest code and follow development. ## A word about moderation {: #moderation} diff --git a/_posts/docs/2010-12-03-options.mdown b/_posts/docs/2010-12-03-options.mdown index e73fc99..ef7d1c9 100644 --- a/_posts/docs/2010-12-03-options.mdown +++ b/_posts/docs/2010-12-03-options.mdown @@ -57,7 +57,7 @@ Determines the jQuery method to apply styles, `.css()` or `.animate()`. Useful f{ queue: false, duration: 800 }
.animate()
. See the [jQuery API for animate options](http://api.jquery.com/animate/#animate-properties-options) for details.
+When jQuery is the animation engine (see above), these options will be used in .animate()
. See the [jQuery API for animate options](http://api.jquery.com/animate/#animate-properties-options) for details.
### Example
@@ -96,7 +96,11 @@ Setting a filter with show item elements that match the selector, and hide eleme
### Values {#filter-values}
-+ `'*'` Shows all item elements
+
+'*'
or ''
(an empty string): Shows all item elements