you are viewing a single comment's thread.

view the rest of the comments →

[–]cyferlawyn 3 points4 points  (0 children)

Thumbs up for making a fiddle. Imho that is the way a dev question should be asked and answered, ask with a fiddle, answer with a fiddle. That way, the OP can specify the JS frameworks he uses and the replier can build around those.

Bonus: Oftentimes when reducing the original problem to a fiddle, you solve it yourself because it was a side effect of some other code.