The Canvas of Ryan Sadwick

Tag Archives: internet explorer

 

IE doesn’t work with event.currentTarget

Sep. 3rd | Posted by 0 comments
Using JavaScript and the event model? IE doesn’t support event.currentTarget, it will come up undefined if used. Instead use (for special case IE): event.srcElement.id;

Tip Jar

If you find my blog useful, tip me a few dollars to show your love and support.

Categories