且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从数据库添加图像到jquery图像滑块

更新时间:2023-10-08 08:50:16

您自己尝试过吗?

从这里开始: jQuery UI-Slider Demos&文档 [^ ]

当我 ^ ],获得了前两个结果:
哇滑块 [^ ]
30个jQuery Image Slider插件和教程 [
Did you try out by yourself?

Start from here: jQuery UI - Slider Demos & Documentation[^]

When I did LMGFY[^], got these top two result:
Wow Slider[^]
30 jQuery Image Slider Plugins and Tutorials[^]

If you get stuck, do post specific issue you face.


您可以使用 SlideJS ,此处的jquery滑块中的图像是通过此代码设置的

You can use any Jquery Slider from 30 Jquery Sliders

For Example SlideJS, here the images in the jquery slider are set by this code

<a href="http://www.zappos.com/pro-keds-royal-plus-lo-grey" target="_blank"><img src="img/1144953-3-2x.jpg" width="366" alt="1144953 3 2x"></img></a>



您可以为此img标记设置一个ID或替换为一个ASP图像标记,为其指定一个ID,然后通过从数据库获取图像位置来在.cs页面中设置图像位置.

希望对您有帮助



You can set an id to this img tag or replace with a asp image tag , give it a id, and set the image location in your .cs page by getting the image location from database.

I hope this helps