Help?
Code:
/** * InputFilter.js: unobtrusive filtering of keystrokes for <input> elements * * This module finds all <input type="text"> elements in the document that * have an "data-allowed-chars" attribute. It registers keypress, textInput, and * textinput event
Leave a comment: