Cross Browser Support for DOM Events
Firefox follows the DOM standard and passes an event object to each event listener, however has the global event: windows.event.Problem:I wanted to fire a piece of javascript after the user…
Firefox follows the DOM standard and passes an event object to each event listener, however has the global event: windows.event.Problem:I wanted to fire a piece of javascript after the user…
Whilst writing some code to search forum posts I had the reason to remove all HTML tags from the forum posts before I could do a valid phrase search. I…