lucaong / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
MIT License
646 stars 293 forks source link

Hello, I like your plugin, so I tried to use this with my current project, where I use ajax-solr. I needed the possibility to add handlers to the words (links) before the callback-function is called, so - perhaps its useful for some others, too. #13

Closed astintzing closed 12 years ago

astintzing commented 13 years ago

you can now use handlers (click, mouseover...)

config looks like:

{ text : facet, weight : count, url: '#', handlers: { click: myClickHandler, mouseover: function() { } } }

lucaong commented 12 years ago

great job, merged into v0.2.5 :) sorry it took so long, I completely missed it

astintzing commented 12 years ago

thanks - i hope somebody will need this