当前位置: 代码迷 >> PHP >> smarty模板中,js中如何嵌套foreach或section循环
  详细解决方案

smarty模板中,js中如何嵌套foreach或section循环

热度:106   发布时间:2013-09-05 16:02:07.0
smarty模板中,js中怎么嵌套foreach或section循环?
这是静态页。

          <script>
                                     var box =new PPTBox();
                                     box.width = 1250; //宽度
                                     box.height = 490;//高度
                                     box.autoplayer = 3;//自动播放间隔时间
                                     //box.add({"url":"图片地址","title":"悬浮标题","href":"链接地址"})
                                     box.add({"url":"images/tu1.jpg","title":"悬浮提示标题1"});
                                     box.add({"url":"images/tu2.jpg","title":"悬浮提示标题2"});
                                     box.add({"url":"images/tu3.jpg","title":"悬浮提示标题3"});
                                     box.add({"url":"images/tu4.jpg","title":"悬浮提示标题4"});
                                     box.show();
                                </script>
  相关解决方案