I'm trying to set a mask to code area, but the right parentheses never appears.
$("#dddResponsavel").setMask({
mask : '(99)',
autoTab : false
});
It should be like (31) or (15), but when I run the project, only appears (31 or (15 ...