When building a table inside a module view or a form; how can I add an ID or data to the table row?
I'll be adding rows to this table via AJAX.
What I need to do is run a jQuery check to prevent duplicate entries into the table, so I need to identify each row.
updated by @nate: 02/26/14 07:42:55PM
