Web design and coding samples, free tools, tips and more..
Untitled Document

Posts Tagged ‘form validation’

PostHeaderIcon Javascript form control for capital letters

With this example of javascript code, you may automatically return capital letters into small letters.

onblur =”this.value = this.value.toLowerCase()”

Just add this code into your textarea or textbox tag, that’s all.

  • Share/Bookmark

Search