HOME BZU Mail Box Online Games Radio and TV Live Cricket Score All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Welcome to all the Students Tutorial How to ?

Advertisement Banner

If you want to make the text box allow only alphabets (a-z) using Jquery. it is easy to do so...

<input name="Texting" onkeyup="this.value=this.value.replace(/[^a-z]/g,'');">
OR for Smaller and Upper both cases


<input name="First Name" type="text" id="fn" class="textbox" onkeyup="this.value=this.value.replace(/[^a-z,A-Z,.]/g,'');"/>
And can be the same to onblur for evil user who like to paste instead of typing

<input name="lorem" class="alphaonly"> <script type="text/javascript"> $('.alphaonly').bind('keyup blur',function(){ $(this).val( $(this).val().replace(/[^a-z]/g,'') ); } ); </script>
You shouldn't use HTML attributes to attach events, especially when something as easy as jQuery is available to properly attach the event handler.
__________________
(¯`v´¯)
`*.¸.*`

¸.*´¸.*´¨) ¸.*´¨)
(¸.*´ (¸.
Bzu Forum

Don't cry because it's over, smile because it happened
Reply With Quote
Top 10 Lists | Live Cricket Score

Reply

Tags
alphabets, box, jquery, text


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Typography Text of Modern Art 25 Pictures .BZU. Designed Pictures 0 02-04-2010 04:24 AM
Teamwork.. Eng Alphabets in different style.. Raheel Designed Pictures 0 08-03-2010 01:39 PM
Read the text irfishahpk Chit Chat 2 22-03-2009 01:37 PM
Move text on disk top Aamir Tutorial 11 02-10-2008 03:04 AM

Best view in Firefox
Free File Hosting | Webmaster Forum | Cloud Computing | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 01:54 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.