| Projects on Google Code | Results 1 - 4 of 4 |
*Update, 3 June 2009:* _Now that the Web Forms 2.0 has been edited into HTML5, this project will seek to implement as much of the HTML5 [http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html Forms section] as possible. This will be a complete rewrite of the codebase. Restarting this...
This jquery plugin implements some of the Webforms 2.0 that will be available with HTML5.
Instead of using the class attribute on input boxes like most plugins do today, this plugin uses the real attributes that whatwg.org is planing.
{{{
Instead of:
<input name="text" id="text" class="requir...
=Description=
This script generates a calendar widget when the user focuses on an input element whose type attribute is set to 'date'. The widget disappears when the user either selects a value from the widget or when the control loses focus. The underlying input element's value is set to the chose...
*Notice:* This project has been deprecated since it has been incorporated into a parent Web Forms 2.0 [http://code.google.com/p/webforms2/ implementation]. Please use the repetition model functionality found in that project.