Code Monkey home page Code Monkey logo

tx3tagcloud's Introduction

tx3TagCloud

very simple tag cloud jQuery Plugin. Live Demo.

Usage

	<ul id="tagcloud">
      <li data-weight="50"><a href="#">HTML5</a></li>
      <li data-weight="24"><a href="#">Sharepoint</a></li>
      <li data-weight="28"><a href="#">Silverlight</a></li>
      <li data-weight="32"><a href="#">CSS3</a></li>
      <li data-weight="38"><a href="#">ASP.NET</a></li>
      <li data-weight="60"><a href="#">.NET</a></li>
      <li data-weight="38"><a href="#">C#</a></li>
      <li data-weight="27"><a href="#">VB.NET</a></li>
      <li data-weight="47"><a href="#">MySql</a></li>
      <li data-weight="30"><a href="#">SQL 2008</a> </li>
      <li data-weight="37"><a href="#">html</a></li>
      <li data-weight="60"><a href="#">jQuery</a></li>
      <li data-weight="40"><a href="#">WCF</a></li>
      <li data-weight="38"><a href="#">C#</a></li>
      <li data-weight="47"><a href="#">VB.NET</a></li>
      <li data-weight="20"><a href="#">Visual Studio 2008</a></li>
      <li data-weight="21"><a href="#">SharePoint Designer 2010</a></li>
      <li data-weight="27"><a href="#">Visual Studio 2010</a></li>
      <li data-weight="47"><a href="#">Oracle 9i</a></li>
	</ul>
	// default multiplier is "1"
	$(document).ready(function(){
		$("#tagcloud").tx3TagCloud({
			multiplier: 5
		});
	});

Result

tx3 cloud tag result

tx3tagcloud's People

Contributors

tuxes3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

psyipm

tx3tagcloud's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.