美文网首页
word cloud

word cloud

作者: 前端进城打工仔 | 来源:发表于2017-07-04 18:03 被阅读0次

    当前项目上需要构造一个word cloud,所以找了一些插件,最后发现jQCloud最符合我们的需求。


    image.png

    下载

    可以从官网[https://github.com/mistic100/jQCloud]下载代码库

    使用

    直接引用jqcloud的包

    <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js"></script>
        <script src="jQCloud/dist/jqcloud.min.js"></script>
        <link rel="stylesheet" href="jQCloud/dist/jqcloud.min.css">
    

    具体的使用例子可参考 文档

    相关文章

      网友评论

          本文标题:word cloud

          本文链接:https://www.haomeiwen.com/subject/iyqxhxtx.html