I need to implement the following mask: (99) 9999-9999
$("#telefono").autoNumeric('init',{aSep: ' ', dGroup: '4', mDec: '0'});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://www.decorplanit.com/plugin/autoNumeric-1.9.41.js"></script>
Telefono [(99) 9999-9999]
<br/>
<input id="telefono" type="text"/>
It doesn't seem to be possible with AutoNumeric.js, any other plugin I can use?
Telephone [(99) 9999-9999]
https://github.com/igorescobar/jQuery-Mask-Plugin