Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdh100shaun/toggleoptionalfields
https://github.com/sdh100shaun/toggleoptionalfields
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdh100shaun/toggleoptionalfields
- Owner: sdh100shaun
- Created: 2009-11-02T15:18:39.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T17:08:02.000Z (about 11 years ago)
- Last Synced: 2023-04-16T05:10:37.701Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
});