Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dom Events

Input Type Text And Onkeydown Not Working Under Ie

I am writing a WWW application, it has to run under IE. I have the problem with the code that runs … Read more Input Type Text And Onkeydown Not Working Under Ie

How To Make Tooltip With Pure Javascript (onclick Show/dismiss)

I need to use some JS no JQuery plugins to make a simple tooltip. When I click on image I want to d… Read more How To Make Tooltip With Pure Javascript (onclick Show/dismiss)

Event Not Bubbling In Some Browsers When Clicked On Flash

Environment: Windows 7, Internet Explorer 8, Flash ActiveX 10.1.53.64, wmode=transparent Just wrote… Read more Event Not Bubbling In Some Browsers When Clicked On Flash

Why Not Use Javascript Handlers On The Body Element?

As an answer to the question of 'How do you automatically set the focus to a textbox when a web… Read more Why Not Use Javascript Handlers On The Body Element?

Save Html5 Video Currenttime Before User Leaves Or Closes Page

I would like to save the position of HTML5 video's currentTime to the database when user leaves… Read more Save Html5 Video Currenttime Before User Leaves Or Closes Page

How To Capture Printscreen Event In Javascript?

I'm trying to write a web application which has some sensitive content in it. I have already pr… Read more How To Capture Printscreen Event In Javascript?

Html5 Audio: How To Play Only A Selected Portion Of An Audio File (audio Sprite)?

I'm working on an iOS metronome web app. Since mobile Safari can only play one sound at a time,… Read more Html5 Audio: How To Play Only A Selected Portion Of An Audio File (audio Sprite)?

Not Setting Focus To Text Field In Firefox

I faced a very interesting issue. I'm trying to set the focus on a input field using Javascript… Read more Not Setting Focus To Text Field In Firefox