码迷,mamicode.com
首页 > 数据库 > 详细

win8 tiles风格标签插件jquery.wordbox.js

时间:2017-04-29 10:57:09      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:后台管理   url   shell   自定义菜单   blog   tiles   支持   html   php   

http://www.html580.com/12180

 

jquery.wordbox.js轻松实现win8瓦片tiles式风格标签插件,只需要调用JS就能轻松实现瓦片菜单,自定义菜单背景颜色,支持响应式设计。

技术分享

var titles = [‘JavaScript‘, ‘CSS‘, ‘HTML‘, ‘HTML5‘, ‘SVG‘, ‘PHP‘, ‘Python‘, ‘Shell‘, ‘WebGL‘];
   var words = [];
   for(var i = 0; i < titles.length; i++) {
       words[i] = {
           "title" : titles[i],
           "url" : ""
       }
   }
   var colors = [‘#cc5b34‘, ‘#c27c4d‘];
   $("#wordbox").wordbox({
       isLead: false,         
       leadWord: null,
       words: words,
       colors: colors,
       isFixedWidth: true,
       width: 800,
       height: 200
   });
 
http://www.jq22.com/jquery-info1360  一款很不错的后台管理网站

win8 tiles风格标签插件jquery.wordbox.js

标签:后台管理   url   shell   自定义菜单   blog   tiles   支持   html   php   

原文地址:http://www.cnblogs.com/1124592765qq/p/6784490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!