$.mask.rules =  {
    'A': /[0-9a-zA-Z ]/
};

$('input').setMask({
    mask: 'A',
    type:'repeat'
});


On Fri, Aug 28, 2009 at 16:22, Mario Soto <canc...@gmail.com> wrote:

>
> Hi everyone. I'm having troubles with meiomask to allow spaces in a
> field that will allow only letters, numbers and spaces of course. I've
> tried already with the responses but, doesn't work. Any help?
>

Reply via email to