突出显示菜单项
我有一个带有垂直菜单和 IFrame 的母版页。在 IFrame 内,我正在单击菜单项上加载页面。我需要突出显示当前访问页面的菜单内的链接。我怎样才能实现此目的
I have a master page with a vertical menu and a IFrame.inside the IFrame i'm loading pages on menu items click.i need to highlight the link inside the menu of the currently visited page.how can i achieve this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
希望以下代码对您有所帮助:
在 document.ready 中编写以下 jQuery 代码,将在菜单单击中调用。
类定义应如下所示:
请参阅菜单部分:
Hope the following code helps you:
Write the following jQuery code in document.ready and will be called in menu click.
The class definition should be as follows:
See the menu section:
将每个链接添加到 div 标签内
,然后使用以下 javascrip
selectedmenubg.jpg 是所选链接的背景
add each link inside a div tag
then use the following javascrip
selectedmenubg.jpg is the backgroud of the selected link