Git Product home page Git Product logo

dirtyfields-jquery-plugin's Introduction

BASICS
**********

dirtyFields is a jQuery plugin that makes a user aware of which form elements have been updated on an HTML form and can reset the form values back to their previous state.

The main website for the plugin (which includes documentation, demos, and a download file) is currently at:

http://www.thoughtdelimited.org/dirtyFields/index.cfm


CHANGE LOG
*******************

Version 1.2 (January 2013):
-----------------------------------

	--Added two new public functions:
		--getDirtyFieldNames() returns an array of all currently dirty fields
		--updateFormState() checks the clean/dirty state of all form fields in the specified container.
		
	--Made two changes to how the CSS class denoting a dirty/changed form is applied:
		--Added a new configuration option ("self") to apply the class to the actual form element.
		--Split the single option for applying a style to a changed text input and select drop-down into two separate options for granular control (if you used the textboxSelectContext
		option with a previous version of the plugin, you will need to update your code).
		
	--Added three new configuration options to control plugin behavior:
		--The denoteDirtyFields option controls whether or not the dirty CSS class is applied to the form elements that are dirty/changed.
		--The exclusionClass option specifies the name of the CSS class that, when applied to a form field, will exclude that field from being processed by the plugin.
		--The ignoreCaseClass option specifies the name of the CSS class tha, when applied to a form field, will instruct the plugin to do a case-insensitive evaluation
		of the current and original states of the field.
		
All version 1.2 changes were implemented in response to code suggestions made a team of developers: Pawar Aishwarya, Gadkari Amit, and Naik Pankaj. 
		

Version 1.1 (November 2011):
---------------------------------------

	--Updated the plugin to be compatible with update to attr() function introduced in  jQuery 1.6.

dirtyfields-jquery-plugin's People

Contributors

bcswartz avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.