Re: [問題] 關於javascript換圖

看板Ajax作者 (裝笑幃)時間16年前 (2007/12/20 09:39), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
之前說錯了, 你需要的應該是這個網站上的就可以了.. http://benjaminsterling.com/jquery-jqshuffle/ 基本用法如下 (p.s.js 跟jpg都是用該網站的連結 不知道這樣有沒有違反什麼) ========================================= <html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Untitled Document</title> <script type="text/javascript" src="" rel="nofollow">http://0rz.tw/603qu"></script> <script type="text/javascript" src="" rel="nofollow">http://0rz.tw/fb3tB"></script> <script type="text/javascript"> $(document).ready(function(){ $('.imageBox').jqShuffle(); }); </script> </head> <body> <ul class="imageBox"> <li><span><img src="" rel="nofollow">http://0rz.tw/ad3ss"/></span></li> <li><span><img src="" rel="nofollow">http://0rz.tw/f63sv"/></span></li> <li><span><img src="" rel="nofollow">http://0rz.tw/be3qB"/></span></li> </ul> </body></html> ================================================== -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 58.208.253.255

12/20 23:08, , 1F
非常非常感謝你的幫忙 <(_ _)>
12/20 23:08, 1F
文章代碼(AID): #17QSVAFc (Ajax)