https://github.com/mudge/jquery_clear
A simple jQuery plugin to clear all types of form inputs.
https://github.com/mudge/jquery_clear
Last synced: 2 months ago
JSON representation
A simple jQuery plugin to clear all types of form inputs.
- Host: GitHub
- URL: https://github.com/mudge/jquery_clear
- Owner: mudge
- License: bsd-3-clause
- Created: 2008-04-07T12:47:33.000Z (about 18 years ago)
- Default Branch: master
- Last Pushed: 2009-01-22T15:20:42.000Z (over 17 years ago)
- Last Synced: 2026-04-27T12:05:58.298Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
jQuery Clear
============
This is a very simple jQuery plugin that clears all form fields including
checkboxes, radio buttons and select drop-down lists with a single function.
The plugin can be used on specific fields or entire forms:
$(':input').clear();
$('form').clear();
Copyright (c) Paul Mucur (http://mucur.name), 2007-2008.
Dual-licensed under the BSD (BSD-LICENSE.txt) and GPL (GPL-LICENSE.txt)
Licenses.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.