This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
labelize /
| name | age | message | |
|---|---|---|---|
| |
README | Mon Aug 18 20:35:09 -0700 2008 | [bentlegen] |
| |
jquery.labelize.js | Wed Aug 27 20:54:24 -0700 2008 | [bentlegen] |
README
-------------------------------------------------------------------------- Labelize: a jQuery Plugin ========================================================================== = About Labelize is a jQuery plugin that lets you give arbitrary container elements <label/>-like properties. It's designed for use with jQuery 1.2.0 and above. = Demo For a demo of Labelize in action, click here: http://www.benlog.org/labelize/demo.html = Simple Example <div class="myLabel"> <input type="checkbox">Enabled </div> <script> // Clicking anywhere on the "myLabel" div checks/unchecks // the contained checkbox $('.myLabel').labelize(); </script> = Example w/ Label Hover Effects Because IE6 doesn't support the :hover css command for div elements, Labelize lets you define a hoverClass that is applied on label hover: <script> $('.myLabel').labelize('hoverClass'); </script> = More Labelize works with any input element (radio buttons, text inputs, etc.), and preserves click() and change() events between browsers.





