What would be the best way to reset the selected item to default? I\'m using Select2 library and when using a normal button type=\"reset\", the value i
type=\"reset\"
Just to that :)
$('#form-edit').trigger("reset"); $('#form-edit').find('select').each(function(){ $(this).change(); });