Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Rule 1.0.0


Download: jquery.rule_0.rar
Size: 21.8 KB
md5_file hash: 9235701f3b633a0a31f9e6e95c09c457
First released: December 29, 2007 - 11:08am

1.0.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.