Skip to content

mudge/jquery_clear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

A simple jQuery plugin to clear all types of form inputs.

Resources

License

BSD-3-Clause, GPL-2.0 licenses found

Licenses found

BSD-3-Clause
BSD-LICENSE.txt
GPL-2.0
GPL-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published