如何制作一个将内容加载到 mainContent 区域的下拉菜单?
我的网站 (www.hidcountry.com) 上有一个使用 JQuery 的下拉菜单,但我试图使其成为下拉菜单,但同时将内容加载到右侧的 mainContent 部分。这些页面是 PHP 的,但有人告诉我 Javascript、Ajax 或 JQuery 可以帮助我做到这一点,但我现在很困惑......有人有这方面的经验吗?
I have a dropdown using JQuery on my site (www.hidcountry.com) but I am trying to make it dropdown but at the same time load content into the mainContent section on the right. The pages are PHP but I was told Javascript, Ajax or JQuery will help me do that but I'm so stuck right now... Anybody have an experience with this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望在有人选择下拉菜单中的菜单项后更改内容,我建议使用 jQuery 库和 将 javascript 函数绑定到更改事件。然后,您可以编写一个 JavaScript 函数,您可以使用该函数来更改页面不同区域的内容:
If you want content to change once someone selects a menu item in the drop-down, I would recommend using the jQuery library and binding a javascript function to the change event. This would then let you code a javascript function that you could use to change content in different areas of the page: