jQCloud jQuery 标签云插件开源项目

我要开发同款
匿名用户2013年11月17日
70阅读
开发技术JavaScript
所属分类jQuery插件、jQuery高级页面组件
授权协议MIT

作品详情

jqcloud是一个jQuery标签云的插件,如下图所示:

示例代码:

<!DOCTYPEhtml><html><head><title>jQCloudExample</title><linkrel="stylesheet"type="text/css"href="jqcloud.css"/><scripttype="text/javascript"src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><scripttype="text/javascript"src="jqcloud-1.0.4.js"></script><scripttype="text/javascript">/*!*Createanarrayofwordobjects,eachrepresentingawordinthecloud*/varword_array=[{text:"Lorem",weight:15},{text:"Ipsum",weight:9,link:"https://jquery.com/"},{text:"Dolor",weight:6,html:{title:"Icanhazanyhtmlattribute"}},{text:"Sit",weight:7},{text:"Amet",weight:5}//...asmanywordsasyouwant];$(function(){//WhenDOMisready,selectthecontainerelementandcallthejQCloudmethod,passingthearrayofwordsasthefirstargument.$("#example").jQCloud(word_array);});</script></head><body><!--Youshouldexplicitlyspecifythedimensionsofthecontainerelement--><divid="example"style="width:550px;height:350px;"></div></body></html>
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论