Re: [jQuery] binding ala ActionScript??

2009-12-03 Thread Karl Swedberg
I've never actually tried this plugin myself, but it looks like it  
might help you do what you're asking about:


http://wiki.github.com/raid-ox/chain.js/

--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Dec 2, 2009, at 1:16 PM, hsfrey wrote:


Do jQuery or JavaScript provide any facility like the data-binding
facility of ActionScript, whereby changing a variable immediately
applies the changed value throughout the program?

Apparently that works by implementing an onChange event whenever the
variable is changed.




[jQuery] binding ala ActionScript??

2009-12-02 Thread hsfrey
Do jQuery or JavaScript provide any facility like the data-binding
facility of ActionScript, whereby changing a variable immediately
applies the changed value throughout the program?

Apparently that works by implementing an onChange event whenever the
variable is changed.