Lavalamp 和一页导航组合的问题
我正在尝试制作一个新的个人网站。问题是我对 jQuery 不太熟练,我想我咬得太多了。http://barnat.php5.cz/new/
我试图完成的是这两个插件的组合:
- LavaLamp - http://nixbox.com/projects/jquery-lavalamp/
- jQuery 一页导航
插件似乎工作得很好,直到用户手动滚动到另一个部分。我以某种方式需要自动突出显示正确的菜单项.. click() 无法正常工作(它会导致不需要的自动滚动)并且 mouseover() 也不起作用,因为原始菜单项保持选中状态(不是视觉上的,而是逻辑上的 - 突出显示返回到原来的菜单项)。
感谢您的任何建议。
I am trying to make a new personal website.. The problem is that I am not very skilled with jQuery and I guess I bite off more than I can chew.. http://barnat.php5.cz/new/
What I was trying to accomplish is a combination of these two plugins:
- LavaLamp -
http://nixbox.com/projects/jquery-lavalamp/ - jQuery One Page Nav Plugin
It seems to work pretty well, until user scrolls manually to another section. I somehow need to automatically highlight correct menu item.. click() is not working correctly (it causes unwanted autoscroll) and mouseover() is not working either, because the original menu item stays selected (not visually, but logically - hightlight returns to the original menu item).
Thanks for any advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将“当前”更改为当前页面,例如:
查看类语句。
you must change the 'current' to the current page, e.g:
Look the class statement.