SkillAgentSearch skills...

Jquery.tagcloud.js

A Simple Tag Cloud Plugin for JQuery

Install / Use

/learn @addywaddy/Jquery.tagcloud.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jquery.tagcloud.js

Usage

<div id="whatever">
  <a href="/path" rel="7">peace</a>
  <a href="/path" rel="3">unity</a>
  <a href="/path" rel="10">love</a>
  <a href="/path" rel="5">having fun</a>
</div>

and then:

$.fn.tagcloud.defaults = {
  size: {start: 14, end: 18, unit: 'pt'},
  color: {start: '#cde', end: '#f52'}
};

$(function () {
  $('#whatever a').tagcloud();
});

Demo

Check it out here.

Related Skills

View on GitHub
GitHub Stars225
CategoryDevelopment
Updated29d ago
Forks70

Languages

JavaScript

Security Score

95/100

Audited on Mar 3, 2026

No findings