Hi I am getting "Object doesn't support this property or method"
Hi,
I am trying to use superfish js but i get an error when calling it as it is in examples:
<
script
type
=
"text
/javascript
"
>
jQuery(function(){
jQuery('ul.sf-menu').superfish();
});
</script>
It results in
Message: Object doesn't support this property or method
Is there any other way to call it which will work in IE. I searched on google but wasn't able to find a solution but lots of issues with it.
Thanks
Eckard.