.NO MUDANÇA Obtenha valor
$('select').on('change', function() {
alert( this.value );
});
ZioTino
$('select').on('change', function() {
alert( this.value );
});
$(document).on('change', 'input', function() {
// Does some stuff and logs the event to the console
});
function(){
var items = [];
{{DLV - Ecommerce Object}}.click.map(function(arrayitem){
var itemObj = {};
itemObj.item_name = arrayitem.name;
})
return items
}