lucaong / jQCloud

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

Container needs an ID #20

Closed Grepsy closed 12 years ago

Grepsy commented 12 years ago

I think this needs to be documented. If you use a selector based on class, the tagclouds still get drawn, but wrong (because the same undefined ID is causing collisions).

Maybe remove the dependence on an ID, of add one dynamically?

lucaong commented 12 years ago

Right, it was a bug. Should be fixed in v0.2.10 Thanks for pointing it out!