- 積分
- 195
- 威望
- 195
- 金錢
- 321
- 最後登錄
- 2014-7-4
|
[教學] [原创] Sclub云标签代码 (by 自由路)
原帖地址:http://zyl.gain.tw/viewthread.php?tid=29&extra=page%3D1
在线预览:http://zyl.gain.tw/viewthread.ph ... =1&extra=#pid82- <script type="text/javascript">
- jQuery.noConflict();
- function setYX() {
- var color = ["#883335", "#434343", "#FF0000", "Green", "#434343"];
- var size = ["12px", "20px", "16px", "30px"];
- var bgcolor =["#D6FCD6", "", "#FFD3BC", "#FCEDB7"];
- jQuery(".threadtags a").each(function () {
- jQuery(this).css({ "color": color[Math.round(Math.random()*5)], "font-size": size[Math.round(Math.random() * 3+2)], "background-color":bgcolor[Math.round(Math.random() * 4+1)]});
- });
- }
- window.onload = setYX();
- </script>
複製代碼 使用前请添加本代码:http://zyl.gain.tw/viewthread.php?tid=9&extra=page%3D1 |
-
1
評分人數
-
|