val
.val( [value] )
valueIf Specified, set the input to the value or return the value or the input
set the input to the value or return the value or the input
.val( [value] )
valueIf Specified, set the input to the value or return the value or the input
set the input to the value or return the value or the input
.setNoChanges()
Indicate that the select element is not modified
.isModified()
Indicate if the select element is modified or not
.fill(data, keyName,valueName, linkData)
data array of objects
keyNamename of property for the key of each option
valueNamename of property value for value of each option/p>
linkDataboolean indicate if full objet is attach to the option
Fill the select with data