Jquery 垂直简单菜单
嘿,伙计们,只是在寻找一个简单的 Jquery 菜单,该菜单是垂直的,并且水平弹出。
尽可能简单,并且必须是 3 层深度,我到处都看了,那里都是不适合这个网站的奇特和狗屎,它还必须与 ie 6、7 和 8 兼容。
我在任何地方都找不到任何东西的简单使用。
Hey guys just looking for a simple Jquery menu that is vertical and that pops out horizontally.
Just simple as can be and has to be 3 levels deep i have look everywhere and there all fancy and shit which isnt suited for thsi website, it also has to be compatible with ie 6, 7 and 8.
I cant find anything anywhere that is of simple use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不想听起来刻薄或粗鲁或其他任何东西,但是一旦您学习了一些 CSS、JavaScript 和 jQuery,制作菜单和动画效果就会非常容易。
尝试一些教程。 Jörn Zaefferer 的《jQuery 入门》 对于初学者来说是一本很好的读物,如果你有钱的话有一些书,例如 学习 jQuery。
最重要的是,jQuery(或一般的编程)并不总是要寻找正确的组件或插件;而是要寻找正确的组件或插件。因为有时你必须编写自己的代码。
I don't want to sound mean or rude or anything, but making menus and animation effects is very easy once you have learned a bit of CSS, JavaScript and jQuery.
Try some tutorials. Getting Started with jQuery by Jörn Zaefferer is a good read for beginners and if you have money to spend there are books like Learning jQuery.
The bottom line is that jQuery (or programming in general) isn't always about finding the right components, or plugins; because sometimes you have to write your own code.