On Mon, Sep 20, 2010 at 11:37 PM, Jonas Sicking <[email protected]> wrote:
>
> if (onhashchange in document.body) {
>  ...
> }

assuming
    if ('onhashchange' in document.body) {

That should solve one issue, but Firefox is not doing that for all events,

example:-  'onbeforeunload' in window ===> gives false

also there is no way to discover the all the available events for a node.

Reply via email to