Skip to content Skip to sidebar Skip to footer
Showing posts with the label Keycode

What Is The Keycode For "$"?

I am trying to disable all other characters from being entered in text input. Since to get the $ yo… Read more What Is The Keycode For "$"?

Iphone Returning Same Keydown Event For (hash And 3) And (asterisk And 8)

Am working on phone validation and have a requirement of auto formatting the input with phone no an… Read more Iphone Returning Same Keydown Event For (hash And 3) And (asterisk And 8)

Js Disabling Backspace Functionality In Firefox

I have following javascript to prevent user from entering invalid characters into a text field. It&… Read more Js Disabling Backspace Functionality In Firefox

How To Disable Enter/return Key After A Function Is Executed Because Of It?

I have this function where #text_comment is the ID of a textarea: $('#text_comment').live(&… Read more How To Disable Enter/return Key After A Function Is Executed Because Of It?

How To Compare Strings In Which Appears Similar Characters But Different Char Codes?

I have the problem with comparing strings with different char codes but similar characters like the… Read more How To Compare Strings In Which Appears Similar Characters But Different Char Codes?

JavaScript Move Delay And Multiple Keystrokes

Here is my problem: http://testepi.kvalitne.cz/test/ I do not want the delay between a keypress and… Read more JavaScript Move Delay And Multiple Keystrokes