Download Size md5 hash
droplist_filter-6.x-1.4-beta1.tar.gz 47.84 KB 4a183bf4123bdf6dbbbdb100fda9fece
droplist_filter-6.x-1.4-beta1.zip 64.83 KB de3e1eefc81674c255014ac1bca1c25a
Official release from tag: 6.x-1.4-beta1
Last updated: December 24, 2010 - 22:49

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.