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
Post a Comment