my solution was to add childs even if not there by calling doing this
just before invoquing Superfish:
$('ul.sf-menu > li:not(:has(\'ul\'))').each(function() {$(this).append
('<ul></ul>');});

Reply via email to