| Recommend this page to a friend! |
| Info | Documentation | 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
});
| File | Role | Description | ||
|---|---|---|---|---|
| Class | Class source | |||
| Class | Class source | |||
| Doc. | Documentation | |||
| / | 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.