hi all,

the fowllowing js is causing err on IE:
$('someThing') instanceof Element

error: Function expected

it is fine on any other objects such as:
$('someThing') instanceof Template --> return false
$('someThing') instanceof Hase --> return false


any idea y Element is diff or how i can get around this problem?

thanks in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to