Hi folks,
I am aware this is a problem that many people have, but I am yet to find an answer...
I have a 10x10 grid generated using a html <table>
, each cell has an id reffering to its location (ie. #15 - row 1, colmn 5).
All I need is a snippet that will take the cell id, and add one -> #15 becomes #16, rather than #151...
I can use normal Javascipt or jQuery, whichever is easiest :)
Thanks in advance!