Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdh100shaun/toggleoptionalfields


https://github.com/sdh100shaun/toggleoptionalfields

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

For full explanation see here http://shaunhare.co.uk/formalarkey/

Optional Fields jQuery Plugin

A jQuery plugin as requested by Andy Clarke (http://stuffandnonsense.co.uk, @Malarkey) to have effect as described in Andy Clarke's original blog post

Example usage



$(document).ready(function()
{
$("#example-form").toggleOptionalFields();
});