jQuery Timecloud 1.0 (Default branch)


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

jQuery Timecloud is a pure JavaScriptvisualization of tagclouds over time. The widgethas similar navigation controls to the GoogleFinance graph. Examples for usage includevisualization of delicious tags or subversiondeveloper activities.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
MojoMojo::Controller::Jsrpc(3pm)			User Contributed Perl Documentation			  MojoMojo::Controller::Jsrpc(3pm)

NAME
MojoMojo::Controller::Jsrpc - Various JSRPC functions. SYNOPSIS
This is the Mojo powering our AJAX features. DESCRIPTION
This controller dispatches various data to ajax methods in mojomojo These methods will be called indirectly through javascript functions. ACTIONS
render ( /.jsrpc/render ) Edit uses this to get live preview. It gets some content in params->{content} and runs it through the formatter chain. child_menu ( /.jsrpc/child_menu?page_id=$page_id ) Returns a list of children for the page given by the page_id parameter, formatted for inclusion in a vertical tree navigation menu. diff ( /.jsrpc/diff ) Loads diff on demand. Takes an absolute revision number as arg, and diffs it against the previous version. submittag ( /.jsrpc/submittag ) Add a tag through form submit tag ( /.jsrpc/tag ) Add a tag to a page. Returns a list of yours and popular tags. untag ( /.jsrpc/untag ) Remove a tag from a page. Returns a list of yours and popular tags. imginfo ( .jsrpc/imginfo ) Inline info on hover for gallery photos. usersearch ( .jsrpc/usersearch ) Backend that handles jQuery autocomplete requests for users. set_permissions ( .jsrpc/set_permissions ) Sets page permissions. clear_permissions ( .jsrpc/clear_permissions ) Clears this page permissions for a given role (making permissions inherited). validate_perm_edit Validates if the user is able to edit permissions and if a role was supplied. AUTHOR
Marcus Ramberg <mramberg@cpan.org>, David Naughton <naughton@cpan.org> LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2011-07-20 MojoMojo::Controller::Jsrpc(3pm)