Categories
Javascript

Allow Only Alphabets In Textbox Using JavaScript

Allow Only Alphabets In Textbox Using JavaScript In this post we will discuss how to Allow Only Alphabets In Textbox Using JavaScript.I have already discussed Allow Only Numbers In Textbox Using JavaScript.I am using jQuery for this to achieve. Code: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Allow Only Alphabets In Textbox Using JavaScript</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> <script type="text/javascript"> $(function () […]