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
1] Can I target multiple selectors in a comma separated list?
myNod.add({
selector: .selector-class1, .selector-class2, ... , .selector-classN',
validate: 'divByX:3',
errorMessage: 'Your number must be divisable by 3'
});
2] What is the order of validator checking? Can I control/change this?
Thanks
TJ
The text was updated successfully, but these errors were encountered:
1] Can I target multiple selectors in a comma separated list?
2] What is the order of validator checking? Can I control/change this?
Thanks
TJ
The text was updated successfully, but these errors were encountered: