javascript 用于 ASP.net 的 jQuery 图像滑块
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8726222/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
jQuery Image slider for ASP.net
提问by Learning
I want an image slider similar to what is shown in the link below.
我想要一个类似于下面链接中显示的图像滑块。
http://blog.dreamcss.com/wp-content/uploads/example/
http://blog.dreamcss.com/wp-content/uploads/example/
I have customized the script to my needs but I'm not able to find a way to change the image transition effect, rather than moving image from right to left I want image to dissolve & show other image that would make this script really code. I am open to new jQuery based Image Effect Slider/Gallery With similar look. This is the client's request so the design will remain same.
我已经根据我的需要自定义了脚本,但我找不到改变图像过渡效果的方法,而不是从右到左移动图像,我希望图像溶解并显示其他图像,这将使该脚本真正编码。我对新的基于 jQuery 的 Image Effect Slider/Gallery 具有相似的外观持开放态度。这是客户的要求,因此设计将保持不变。
I would appreciate if i can change the image effect or if some one can provide me link for similar image slider. I have to use this with ASP.Net and possible modify this script to integrated with database using c#
如果我可以更改图像效果,或者有人可以为我提供类似图像滑块的链接,我将不胜感激。我必须将它与 ASP.Net 一起使用,并可能修改此脚本以使用 c# 与数据库集成
Thanks in Advance..
提前致谢..
采纳答案by Rich
Take a look at these Javascript Image and Photo Galleries. I would recommend using the existing APIs provided by these script libraries using JSON to pass data to the client from the server as opposed to modifying the script -- keeps it simple.
看看这些Javascript 图像和照片库。我建议使用这些脚本库提供的现有 API,使用 JSON 将数据从服务器传递到客户端,而不是修改脚本——保持简单。
Alternatively, you could look at some of the stuff on CodePlex: Image Galleryif you wanted a server control to use with your solution.
或者,如果您希望服务器控件与您的解决方案一起使用,您可以查看 CodePlex: Image Gallery上的一些内容。
回答by HymanSD
I use Flex slider http://flex.madebymufffin.com/, it is very customisable and lightweight and should do what you want
我使用 Flex 滑块http://flex.madebymufffin.com/,它是非常可定制和轻量级的,应该做你想做的