请告诉我如何动态更改magento中的图像源。说我希望每10秒后我想更改图像源。现在我已经定义了一个静态块,其中包含带有 id 横幅的图像 src。现在我的问题是我应该在哪里定义更改图像源以及如何更改源。
问问题
93 次
2 回答
1
I would suggest looking into a jQuery based image rotator. There are some simple examples out there such as this one:
http://burnmind.com/tutorials/how-to-create-a-simple-automatic-image-rotator-using-jquery
Also be careful not to cause conflicts with jQuery and Prototype. You can use this method to avoid this from happening.
于 2013-04-30T06:30:49.587 回答
0
请参阅这些链接:它们是免费的扩展,可以满足您的目的。
http://www.magentocommerce.com/magento-connect/banner-slider-3912.html
于 2013-04-30T09:51:41.077 回答