Changes

Jump to: navigation, search

Removing Special Characters

59 bytes added, 14:58, 14 July 2014
See Also
{{JavaScript Syntax}}
The following technique can be used to prevent a user from entering special characters in [[Custom Fields]].<br>
:''<nowiki>onkeyup="this.value=this.value.replace(/[\D]/g,'');"</nowiki>''
==See Also==
* [[Ssescape|ssEscape]]
[[Category:Custom Fields]][[Category:JavaScript]]
8,849
edits

Navigation menu