Is there a way to raise event where some variable is changed?
Asked
Active
Viewed 72 times
0
-
1duplicate: http://stackoverflow.com/questions/1759987/detect-variable-change-in-javascript – rahul Mar 05 '10 at 11:46
1 Answers
0
You can create an observer for that variable that will be called whenever an action is made, and it will raise a specific event for that variable.

Marcos Placona
- 21,468
- 11
- 68
- 93