事件在移动视图中不起作用。 [英] Events are not working in mobile view.

查看:82
本文介绍了事件在移动视图中不起作用。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有以下代码行。它在桌面视图中工作正常。

但它不适用于移动视图。



Hi,

I am having below line of code. It is working fine in desktop view.
But it is not working in mobile view.

$('#disclaimer-tab').mouseenter(function () {
		$('#disclaimer').clearQueue().animate({
			height: 80
		}, 500, function () {
		// Animation complete.
		});
	});





请建议。



谢谢,



please suggest.

Thanks,

推荐答案

('#disclaimer-tab')。mouseenter(function(){
('#disclaimer-tab').mouseenter(function () {


('#disclaimer')。clearQueue()。animate({
身高:80
},500,function(){
//动画完成。
});
});
('#disclaimer').clearQueue().animate({ height: 80 }, 500, function () { // Animation complete. }); });





请建议。



谢谢,



please suggest.

Thanks,


这篇关于事件在移动视图中不起作用。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆