fabiomcosta / jquery-meiomask

A jquery plugin for creating masked input texts
http://meiocodigo.com/projects/meiomask
MIT License
233 stars 105 forks source link

Use data attribute instead of alt by default #46

Open nvivo opened 11 years ago

nvivo commented 11 years ago

This is a proposal to use "data-mask" instead of "alt" to store the mask by default.

Alt is not a global attribute and it should be used to give an alternate text to images. Although this can be easily changed, it shouldn't promote the wrong usage by default.

Lewiscowles1986 commented 11 years ago

For what it is worth I agree, I'll look into making the changes myself