worrydream / Tangle

a JavaScript library for reactive documents
http://worrydream.com/Tangle/
1.79k stars 186 forks source link

Tangle elements changing data- attributes based on changing values #10

Open invaliduser opened 12 years ago

invaliduser commented 12 years ago

Hi, we're big fans of Tangle @ my company, but we ran into an issue when trying to limit one element based on another. Changing the data-max variable did nothing, as Tangle takes the attributes at initialization and then never looks at them again.

So I took some code from your getOptionsForElement function and dropped it into the touchDidMove function of the TKAdjustableNumber class. I'm still something of a js newb, so I wasn't sure how to just call the gOFE function from there.

But this was how I fixed it, allowing data- attributes to change after inititialization (and even within one click, -format being the main application that I can think of).

Thanks for a great library!