Javascript: no-jquery cross-browser event handler accepting arguments

1
2
function myEventHandler(arg1, arg2,...) {
var evt = window.event || function(cx) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This is a template for defining javascript event handler with additional parameters support and stopPropagation/preventDefault handling.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.