javascript - The best way to have same module twice, while using T3JS framework -


i started working t3js framework (https ://github.com/box/t3js) in order keep code structured , easy scalable.

i want find out right way include same module twice (or more times) in same page without ids messed up.

take @ t3js documentation , examples , @ todos example (http ://t3js.org/examples/todo/). want that, @ same time make sure ids not messed up, , instantiations of module independent.

here j3tan explains how can instanciate same module multiple times in 1 html file.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -