Browse Source

Add features, licensing to readme

pull/14/head
David DeSandro 14 years ago
parent
commit
f91d03f9b4
  1. 18
      README.mdown
  2. 9
      js/img-ready.js

18
README.mdown

@ -3,11 +3,23 @@ Ionize
**An exquisite filtering, sorting, layout jQuery plugin.**
Requires jQuery versions 1.4.3 and up.
Features
--------
+ Developed for progressive enhancement. Positioning and animation take advantage of CSS3 transforms and transitions when available.
+ Dynamic layouts
+ Sort elements according to any attribute, text, or anything
+ Easy filtering
+ Animated interaction for dynamic layout
+ Develop your own layout with the plugin's integrated layout API
Licensing
---------
Use on commercial (for-profit) sites requires one-time license fee per developer-seat. Purchase yours at [metafizzy.net/licensing](http://metafizzy.net/licensing).
Issues
------
Free for personal (non-commercial) use.
+ Must reset `width: auto` or `height: auto` when switching from vertical to horizontal layouts
Copyright (c) 2011 David DeSandro / Metafizzy LLC

9
js/img-ready.js

@ -0,0 +1,9 @@
// get under element's DOM tree
// for each image add event listener
// keep track of how many images have loaded
// account for images already loaded?
// once images have all loaded, trigger event
Loading…
Cancel
Save