jquery.xdCloudTags Plugin

Page project | Source

Fancy cloud tags plugin for jQuery. (use xdRectPacker)

ru | eng

Start Demo without xdCloudTags. Too nice, you can take the css file for yourself =)

html5 cms getoffset slider html php jquery time wysiwyg новости plugin ondomready event unixtime глюк ajax danneo полезный скрипт галерея ckeditor

Add in html page

<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.xdcloudtags.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.xdcloudtags.css" />

Automatic randomized rotate and packing

$(function(){
	$('#taglist1').xdCloudTags();
})
html5 cms getoffset slider html php jquery time wysiwyg новости plugin ondomready event unixtime глюк ajax danneo полезный скрипт галерея ckeditor

One randomized rotate and packing and after cache all position

$(function(){
	$('#taglist2').xdCloudTags({save:true});
})
html5 cms getoffset slider html php jquery time wysiwyg новости plugin ondomready event unixtime глюк ajax danneo полезный скрипт галерея ckeditor

Invert rotate

$(function(){
	$('#taglist3').xdCloudTags({save:true,invert:true});
})
html5 cms getoffset slider html php jquery time wysiwyg новости plugin ondomready event unixtime глюк ajax danneo полезный скрипт галерея ckeditor

Horizontal orient

$(function(){
	$('#taglist4').xdCloudTags({save:true,horizontal:true});
})
html5 cms getoffset slider html php jquery time wysiwyg новости plugin ondomready event unixtime глюк ajax danneo полезный скрипт галерея ckeditor

No rotate, it seems on version without xdCloudTags

$(function(){
	$('#taglist5').xdCloudTags({save:true,rotate:false,});
})
html5 cms getoffset slider html php jquery time wysiwyg новости plugin ondomready event unixtime глюк ajax danneo полезный скрипт галерея ckeditor