Dan G. Switzer, II wrote:
$("input:checkbox").createCheckboxRange();

The createCheckboxRange() allows you to create a Gmail-like checkbox range
selector. By clicking on a checkbox element and then [SHIFT] clicking on an
additional checkbox element, the entire range of checkbox elements between
the first and second elements clicked with be checked or unchecked (based
upon the status of the first checkbox clicked.)
That is a great feature when dealing with a certain number of checkboxes, eg. row selections in tables. I hope to see more of this :-)

--
Jörn Zaefferer

http://bassistance.de

Reply via email to