Hi,
> If this tab will be clicked I receive the JS error,
> that 'null' is Null or not an object.
I got it. I replaced
$(document).ready(function()
{
$('ul.sf-menu').superfish( {
animation: {height:'show'},
delay: 1200
} );
} );
with
jQuery(function(){
jQuery('ul.sf-menu').superfish({
Hi,
I'm developing my first site with Superfish and DNN. All runs very
well as
expected, but I have a problem with one DNN Tab:
If this tab will be clicked I receive the JS error, that 'null' is
Null or not an object. May I ask to visit following site to see this
error directy?
http://ev-kirche
2 matches
Mail list logo