Download .zip |
Info | Documentation | View files (8) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2016-12-27 (2 months ago) | Not enough user ratings | Total: 51 This week: 2 | All time: 472 This week: 11 |
Version | License | JavaScript version | Categories | |||
jquery-observe 1.0 | MIT/X Consortium ... | 5 | HTML, jQuery, Events |
Description | Author | |
This is a jQuery plugin that can observe element changes and invoke callbacks. |
Basicly does the same thing as prototypes TimedObserver: http://www.prototypejs.org/api/timedObserver
jQuery("#id").observe(function (element) {
// Your callback code, gets called when the field's value changes
});
/
* The default interval that the observer checks if the value has been changed is 0.1 ms.
* If you wan't to change that you can pass that interval as the first:
*/
jQuery("#id").observe(1, function (element) {
// your callback
});
Files |
File | Role | Description | ||
---|---|---|---|---|
test (3 files, 1 directory) | ||||
jquery.observe.js | Class | Class source | ||
jquery.observe.min.js | Class | Class source | ||
README.md | Doc. | Documentation |
Files | / | test |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.