I have a page that can have a variable number of tables. Each table has an id with a number associated with it (for example, table1, table2, table3). A column in each table con
You can concatenate an ID string in the selector:
$("#" + invoicelink)...