
jz.InputRestrincao={NUMEROS:'numeros',LETRAS:'letras',amarra:function(el,t){var f=function(){};switch(t){case jz.InputRestrincao.NUMEROS:var f=function(){$(this).val($(this).val().soNumeros());}
break;case jz.InputRestrincao.LETRAS:var f=function(){$(this).val($(this).val().soLetras());}
break;}
Util.jQueryObj(el).keypress(f);Util.jQueryObj(el).keyup(f);}}