You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly I would like to make all selects 'minimalect' at once (global.js)
$("select").minimalect();
Then Individually add events in the corresponding html/jsp pages
$("#caseSelect").minimalect({
onchange:function(v,t){
alert(t);
}
});
This does not fire onchange event!
The text was updated successfully, but these errors were encountered:
Firstly I would like to make all selects 'minimalect' at once (global.js)
$("select").minimalect();
Then Individually add events in the corresponding html/jsp pages
$("#caseSelect").minimalect({
onchange:function(v,t){
alert(t);
}
});
This does not fire onchange event!
The text was updated successfully, but these errors were encountered: