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

Ie10 - Strange Form Submission Issue

Please see the code snippet below: Solution 1: The problem (which is reproducible in IE 11, too) s… Read more Ie10 - Strange Form Submission Issue

Jquery - Differentiate Between 'click' And 'focus' On Same Input When Using Both

I'm trying to trigger an event on an input if the input is clicked or if the input comes in to … Read more Jquery - Differentiate Between 'click' And 'focus' On Same Input When Using Both

Check For Capslock On In "onfocus" Event

My following code for checking whether Capslock is on or not works fine on 'onkeypress' eve… Read more Check For Capslock On In "onfocus" Event