I am developing a website and now am testing in all browsers, I am currently testing in firefox and have found and error when using event.sourceElement?
What i need
in firefox simply call e.target to work. instead of e.srcElement[which works only in IE]
e.target
e.srcElement