Monthly Archives: November 2011

20
Nov
2011
Comments disabled

Zebra_Form, version 2.7.5 now available

In this version, a bug was fixed where using multiple forms on a single page would disable client-side validation for all forms but the first one; thanks to Pedro Abreu for reporting; fixed a bug where if there were selection groups in a select, it would never pass validation; fixed a bug where placeholders (labels as hints inside textboxes and textareas) were not working on textareas; thanks to Chris for reporting it a long time ago and to Andrei Bodeanschi for recently reminding me about it; elements that have display:none or visibility:hidden are no longer checked in the client-side validation process; the Zebra_Transform plugin is not included anymore in the library; it can be downloaded and used separately from here if needed; as a result, the form’s fancy_form() method is also gone; some additions to documentation;

read more »

20
Nov
2011
Comments disabled

Zebra_Accordion, version 1.1 now available

Zebra_Accordion is a tiny (2KB minified) accordion plugin for jQuery. It transforms a basic definition list, without requiring any other specific markup, into a small-footprint, easily configurable, fully customizable, cross-browser accordion widget, useful for better organizing larger groups of content.

In this version the plugin now also works with fluid (responsive) layouts; previously, if the browser window was re-sized, the plugin did not re-size accordingly (in the case where the accordion did not have a fixed width, that is); thanks to Hulisz Oliver for reporting;

read more »