Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.DOM.NumericMask( element )

GLM.DOM.NumericMask( element )

Method for ensuring that the user input is numeric.

Parameters:

element - The input element.

Example:


<input type="text" onchange="NumericMask(this)" />



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES