Posts by Danniel Covo • 21 points
1 post
-
2
votes4
answers9035
viewsA: Mask Car plate in jQuery
The following code applies the standard mask to the South or Old, as user type: var MercoSulMaskBehavior = function (val) { var myMask = 'SSS0A00'; var mercosul = /([A-Za-z]{3}[0-9]{1}[A-Za-z]{1})/;…