droplist_filter 6.x-1.4-beta1
jchan - February 16, 2009 - 07:02
| Download | Size | md5 hash |
|---|---|---|
| droplist_filter-6.x-1.4-beta1.tar.gz | 47.84 KB | 4a183bf4123bdf6dbbbdb100fda9fece |
Official release from CVS tag: DRUPAL-6--1-4-BETA1
Last updated: February 16, 2009 - 07:05
Changes:
- The JavaScript has been completely rewritten using jQuery. The result is cleaner code, and a much smaller .js file 1/3 the previous size.
- It is now easier to add your own custom skins with CSS, and include browser-specific adjustments.
E.g.:.Gecko .dfText { }
.Opera .dfText { padding-top: 0; }
.MSIE .dfText { margin-top: -1px; padding-top: 6px; } - (Note that if you used customized CSS with previous versions of Droplist Filter, you must update them to work with the new format.)
- Improved reliability when Drupal performance optimizations are enabled.
