JS问题:不同的页面,调用相同的JS,CSS,第一个有效果,第二个没有。求解...
JQ框架代码:$(function(){$('#menu-ulli').hover(function(){$(this).children('ul').stop(true...
JQ框架 代码:$(function(){
$('#menu-ul li').hover(function(){
$(this).children('ul').stop(true,true).show('slow');
},function(){
$(this).children('ul').stop(true,true).hide('slow');
});
}); 一个下拉菜单的动画效果, 两个页面地址 index.html ../paging/trademark.html 调用的外部文件的地址格式没错,但index.html有效果 trademark.html 这个页面就是没效果,是冲突,还是不能重复调用? 求高手详解....
是JS没效果 CSS正常 展开
$('#menu-ul li').hover(function(){
$(this).children('ul').stop(true,true).show('slow');
},function(){
$(this).children('ul').stop(true,true).hide('slow');
});
}); 一个下拉菜单的动画效果, 两个页面地址 index.html ../paging/trademark.html 调用的外部文件的地址格式没错,但index.html有效果 trademark.html 这个页面就是没效果,是冲突,还是不能重复调用? 求高手详解....
是JS没效果 CSS正常 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询