is announcing that jQuery Observer with version number 1.1.0 is already available to download.
What is jQuery Observer ?
jQuery Observer is A jQuery plugin for watching for modifications in Web forms, detecting and running various actions and custom code when this happens .
jQuery Observer can be used to add a surveillance mechanism for Web forms.Every time a user changes something in a form an observer is triggered which can then run a custom JS function if needed.This way custom actions can be bound to any change of a Web form’s content.Example: save the form’s content to localStorage as a backup mechanism on every new edit.A demo form is included with the package.
This is changelog for jQuery Observer version 1.1.0 :
You can read the complete changelog and also download this latest version on their homepage: ksylvest.github.io