문제

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