“管理此列表”是如何完成的?在亚马逊上?

发布于 2024-08-23 08:35:59 字数 451 浏览 6 评论 0原文

我特别想知道悬停是如何完成的?他们用了什么? JavaScript? Jquery、DHTML?有人有例子吗? 现在,我是网络编程的新手。 (但对编程并不陌生,我是 c++ 和 c# prg)。 我正在考虑获得网络开发人员。供个人使用。我看到了亚马逊的这个功能,心想在我自己的网站上做这样的事情(即菜单)和内联编辑会很好,但我不知道从哪里开始以及如何开始。 我正在寻找资源、书籍和一般示例。我知道我可以谷歌,但我不知道该谷歌什么,我不知道它叫什么以及要寻找什么。

谢谢你们。

编辑:示例: http://www.amazon.com/wishlist/ref=topnav_lists 前往亚马逊愿望清单 ->单击您的任何愿望清单。 然后在屏幕中间您应该看到“管理此列表”

I'm specifically looking, how is the hover on done? and what did they use? JavaScript? Jquery, DHTML? and does anyone have example?
Now, I'm new to web programming. (but not new to programming, I'm c++ and c# prg).
I'm looking into getting web dev. for personal use. I saw this amazon feature and thought to myself that it would be nice to do something like this (i.e. menu) on my own website and inline editing, but I'm not sure where and how to start.
I'm looking for resources, books and general examples. I know that I could google, but I'm not sure what to google, I'm not sure what's it called and what to look for.

Thanks guys.

EDIT: Example of it:
http://www.amazon.com/wishlist/ref=topnav_lists
Go to amazon wishlist -> click on any of your wishlists.
Then in the middle of the screen you should see "Manage this list"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏末的微笑 2024-08-30 08:35:59

给自己安装一个 Firefox 浏览器并安装 Firebug 插件。

当你进入页面时打开firebug(F12)
在大多数情况下,您将能够跟踪页面上发生的情况,

通常您会看到 ajax 请求

在脚本之后加载页面并加载更多内容。我建议首先阅读一些有关 javascript 和 html 的内容。

菜单你看到什么有javascript动作,或者jquery(我没有看得太近)

大卫写的问题是,你必须更具体地说明你想要实现的目标:)

祝你好运

get yourself a firefox browser and install add on firebug.

when you enter the page open firebug(F12)
and there you will be able to follow what is happening on the page in most times

usually you will se something as ajax requests loading pages

after scripts and loads more. I recomend to read up a bit about javascript and html for beginning.

the menu what do you see there is javascript action, or jquery (i did not looked too close)

the problem as david wrote is, you have to be more specific what you want to achieve:)

good luck

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文