Вопрос

I have something like this:

$('li',$dcVerticalmenuObj).hoverIntent(config);


var config = {

    interval: 100, 
    over: megaOver, 
    timeout: 0, 
    out: megaOut 
};


function megaOver(){
    $container.css(containerPosition).show();
}

but the hover function not working in IE 8.

Это было полезно?

Решение

i know what happen..my jquery is outdated i guess..once i replace it with the latest version http://code.jquery.com/jquery-1.10.2.min.js thn everything working fine

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top