Horje
html input avoid pre spacing Code Example
html input avoid pre spacing
<input id='noWhiteSpaceAtTheStart' oninput="validate(this)" type='text'/>
 Run code snippetHide results
html input avoid pre spacing
function validate(input){
  if(/^\s/.test(input.value))
    input.value = '';
}




Html

Related
embed gist github on iframe Code Example embed gist github on iframe Code Example
asunto email html5 Code Example asunto email html5 Code Example
javascript vs java Code Example javascript vs java Code Example
disable autocomplete html input Code Example disable autocomplete html input Code Example
html inline style Code Example html inline style Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10