BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Global declaration:
var store;
$('#selectCar').ejAutocomplete({
dataSource: carList,
select: function (argument) {
store =(argument.text);
},
focusOut: function (argument) {
$("#selectCar").ejAutocomplete("selectValueByText", store);
}
}); |