Need to get value of a cloned row select element

Need to get value of a cloned row select element

Hi,
 
I'm using clone row to add rows to a table within a form. I now need to get the selected value of the drop down that has the new rowid as part of the select name. I have JS code that gets the value of the existing rows using $("#bdgttype"+id).val(); where id is the row id.
 
When I add a row, for example row 6 is added, the id is passed on the keyup event and it is 6, but the code above does not return anything.
 
Any help would be greatly appreciated.