@@ -1352,6 +1352,7 @@
};
function multiMaskScope(el, masksets, opts) {
+ opts.nojumps = true;
function caret(input, begin, end) {
var npt = input.jquery && input.length > 0 ? input[0] : input, range;
if (typeof begin == 'number') {
@@ -45,7 +45,6 @@ When using this extension make sure you specify the correct url to get the masks
//maskList.splice(0, 0, "+p(ppp)ppp-pppp");
return maskList;
},
- nojumps: true,
nojumpsThreshold: 4
}
});