This is the fiddle for the issue:
Alert is empty (no value), when the select changes.
This is, I think because I have this line:
$(document).on('change', '.variant', function()
Now I cannot do it differently, according to my previous question:
Appended select with jQuery, delegate/on event not working
I need to do it this way, because that I am cloning the variant div element each time you press Add
So how can I obtain the current selected option value in the select that are changing?