Found it.
Just change:
var tagid = $(".selectList").val();
To:
var tagid = $(this).val();
Bingo!
On Jul 6, 10:34 am, mwc wrote:
> I have multiple rows of data in an HTML table. E.g., financial
> transactions. In each row I have an HTML dropdown SELECT with options
>
I have multiple rows of data in an HTML table. E.g., financial
transactions. In each row I have an HTML dropdown SELECT with options
(user will select transaction tag). I want the transactionID and
selected tagID to pass to an onchange event for that unique row.
The transactionID comes through
2 matches
Mail list logo