本文介绍了响应式顶部导航点击效果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我为具有不同媒体类型的共享点创建了一个响应式菜单.我遇到的困难之一是,当菜单为汉堡菜单样式且媒体宽度在320px至550px之间时,将激活OnClick事件.我已经尝试了一些Java脚本 但都没有用.
I have created a responsive menu for sharepoint with different media types. One thing I am having a difficulty is activating the OnClick event when the menu is in a burger menu style with a media width between 320px and 550px. I have tried some java scripts but all did not work.
有没有一种方法可以禁用悬停效果并使用javascript激活OnClick效果,以便可以在汉堡式响应菜单上使用它?
Is there a way to disable the hover effect and activate an OnClick effect with javascript so that I could using it on the burger style responsive menu?
提前谢谢
推荐答案
您可以尝试通过jQuery禁用悬停效果.
jQuery绑定点击:
警报(
alert(
这篇关于响应式顶部导航点击效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!