jQuery Timecloud 1.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News jQuery Timecloud 1.1.1 (Default branch)
# 1  
Old 12-04-2008
jQuery Timecloud 1.1.1 (Default branch)

Image jQuery Timecloud is a pure JavaScript visualization of tagclouds over time. The widget has similar navigation controls to the Google Finance graph. Examples for usage include visualization of delicious tags or subversion developer activities. License: GNU General Public License v3 Changes:
Besides some small bugfixes, it is now possible to set the animation starting frame from the end of the timecloud. A control for adjusting the playback has been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Web Development

Turning jQuery Code into Vue.js

The following is some code I am working on the replace our navbar (someday) with a Vue component. Vue.component("unix-navbar", { template: `<div class="neo-table-border vuenavbar"><div class="flex-item" style="margin-bottom:10px;padding-top:13px;"><a class="vuenavbarhome"... (19 Replies)
Discussion started by: Neo
19 Replies

2. What is on Your Mind?

Forum Description Animation with jQuery

I found that the pages that lists all the forums were too cluttered with the forum descriptions, so I added a bit of jQuery to hide the forum descriptions and to fade them in and out on mouseover: <script> $(document).ready(function() { jQuery(".neo-forum-description").hide();... (2 Replies)
Discussion started by: Neo
2 Replies
Login or Register to Ask a Question
Jifty::Plugin::CSSQuery(3pm)				User Contributed Perl Documentation			      Jifty::Plugin::CSSQuery(3pm)

NAME
Jifty::Plugin::CSSQuery - use the cssQuery JavaScript library with Jifty SYNOPSIS
In your etc/config.yml: framework: Plugins: - CSSQuery: {} DESCRIPTION
cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors. This is a Jifty plugin that let you use cssQuery javascript library in your Jifty application. cssQuery has been bundle with Jifty for a long time, for Jifty use it internally. Now it's been replaced with jQuery. It's now a plugin for backward compatibility. It is disabled by default, unless your "ConfigFileVersion" is smaller or equal then 2. For more information about cssQuery, see <http://dean.edwards.name/my/cssQuery/>. METHODS
init This initializes the plugin, which simply includes the JavaScript necessary to load cssQuery, and gets rid of the cssQuery-jquery back- compat script. SEE ALSO
<http://jifty.org>, <http://dean.edwards.name/my/cssQuery/> COPYRIGHT AND LICENSE
This plugin is Copyright 2007 Handlino, Inc. It is available for modification and distribution under the same terms as Perl itself. cssQuery is available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project and use it accordingly. See <http://jifty.com/> for current information on cssQuery copyrights and licensing. perl v5.14.2 2010-12-08 Jifty::Plugin::CSSQuery(3pm)