Does anyone know how to hide the mask's (javascript) for example in my site is:
Name: _ _ _ _ _ _ _ _ _ _ _ _
and I wanted to hide the "_".
<script src="ajax.googleapis.com/ajax/libs/jquery/1.12.0/…;
<script src="cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/…;
<script src="cdnjs.cloudflare.com/ajax/libs/jquery.maskedinput/1.4.1/…;
<script type="text/javascript">
$(document).ready(function(){
$("#cc").mask("999999999999");
$("#ciclo").mask("9999-9999");
});