Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Internet explorer 8 hoverintent在IE8中不工作_Internet Explorer 8_Hover_Hoverintent - Fatal编程技术网

Internet explorer 8 hoverintent在IE8中不工作

Internet explorer 8 hoverintent在IE8中不工作,internet-explorer-8,hover,hoverintent,Internet Explorer 8,Hover,Hoverintent,我有这样的想法: $('li',$dcVerticalmenuObj).hoverIntent(config); var config = { interval: 100, over: megaOver, timeout: 0, out: megaOut }; function megaOver(){ $container.css(containerPosition).show(); } 但是悬停功能在IE 8中不起作用。我知道会发生什

我有这样的想法:

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


var config = {

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


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

但是悬停功能在IE 8中不起作用。

我知道会发生什么。我想我的jquery已经过时了。一旦我用最新版本替换它,一切都正常