| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Download | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-07-09 (-3 hours ago)  | Not enough user ratings | Total: 62 | All time:  485 This week: 4  | |||||
| 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 (8) | 
| 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 (8) | / | 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.
 If you know an application of this package, send a message to the author to add a link here.