lucaong / jQCloud

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

No Javascript? #8

Closed p0ng closed 13 years ago

p0ng commented 13 years ago

What if the user has javascript disabled? Is there an easy way to display a title instead of the word cloud?

lucaong commented 13 years ago

You may have a title in your HTML and then substitute it with the word cloud container with JavaScript. This way if you have JavaScript disabled you should only see the title. Is this what you intended?

p0ng commented 13 years ago

Yes, Thank you.