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
Simple as
var val= (e.srcElement||e.target).value; console.log(val);