http://fiddle.jshell.net/kBFU7/2/In the code, I have created a dynamic table through jQuery.I also have a div for each table cell.I wish to store and access data of this div, eg, the row and column for each of it.I would hence like to ask for some recommendations on how I should go about storing this data.I have tried creating a span for each div to store info in it following the suggestions from this link http://time2hack.blogspot.sg/2012/1...e-info-within-HTML-element.html#axzz2Ee3iLxCt but it did not seem appropriate and I have failed at accessing back the info.I would appreciate it if someone could just give me some recommendations which I could try out.