Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Rule 1.0


1.0
- Added semicolon to the start, for safe file concatenation
- Minor changes for perfomance
- Saved $.rule in a variable to make compressed code much shorter.
- Replaced the 'x:y' for IE when creating empty rules for ';'.
- Made many changes tp $.rule.fn.filter:
* The filtering function used to get element & index as arguments instead of element as 'this' and index as 1st argument.
* String filters are no longer turned into regex, now they are compared (case insensitive) to each (splitted by comma) selector.
- $.data and $.removeData have been extended ( hacked :) ). Instead of the element(rule), they get an empty hash, stored in $.rule.cache.
- The changes in $.data allow cross browser animations. They need some aggressive testing.
- Added show/hide/toggle and slide functions to $.rule.fn.
- Improved the hack to $.curCSS, it returns some default values in case none is set, for animations. It needs some more work.