如何在datalist控件中轻松实现jquery滑块?
我正在做asp.net并使用vb.net。 我有一个数据列表控件,其中显示产品图片、描述、价格,
问题是我要向产品显示另一个图片,所以我想在图片下方有一个小图片,所以当单击图片时,图片会更改到另一个。
我想要类似于此链接的内容: http://www.inuboss.com /Invitation%20Card/Birthday%20A3-5.htm
这个链接他们使用flash来达到我想要的效果,但他们不在datalist,所以我认为我可能需要使用ajax,但是哪一个?
有人有任何样本或例子吗?
如果我要使用 jquery easy slider 数字导航,我将如何在数据列表上实现?
i doing asp.net and using vb.net.
I have a datalist control which inside it show a product img, description, price
the problem is that i was to show the product another img, so i want to have a small picture below the img, so when click on the picture the img change to another.
i want something similar to this link : http://www.inuboss.com/Invitation%20Card/Birthday%20A3-5.htm
this link they use flash to come out with the effect that i want, but they are not in datalist, so think that i may need to use ajax but which one?
anyone have any sample or example ?
if i was to use the jquery easy slider numeric navigation how am i going to implement onto the datalist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您正在搜索某种 javascript 图像滑块。有很多这样的插件,它们使用 jQuery 等库或基于 Internet 上的纯 JavaScript。例如,基于 jQuery 检查这一点: http:// /cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider。或者谷歌搜索“图像滑块 javascript”
It's looks like you search for a some sort of javascript image slider. There are a lot of such plugins those use libraries like jQuery or based on just plain javascript in an Internet. Check for this one based on jQuery for example: http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider. Or google for "image slider javascript"