I'm working on a web platform that use a lot of tables to render on browser.
So I need to use the index() of some elements to provide an interaction to the users.
But as I commented above when I try those tables, the index isn't working very well.
Details here: http://jsfiddle.net/gambin/JGWe3/3/
I tried to use another ways (without tables) and it's working without any problem!
Any suggestions?