I can't seem to figure this out...
I have a table with 'x' rows. When I click on a button I want to clone the last table row and append it behind it. So far no problem. But I have a select (using selectmenu styling) in every table row.
I have made a quick example here:
http://jsfiddle.net/u8Lpe/
When you click on 'Add table row' you can't select an option on the new added row. (it will just change the value of the row that's cloned)
I have searched and tried a lot of different things, but so far I haven't been able to fix it. (using refresh/destroy options etc.)
Hopefully someone can help me out, or has an idea what to do!