I am using awesomeCloud is a word cloud plugin for jQuery.
It uses the HTML Canvas element, however this is not supported by IE8.
What can I do to get it to run on IE8?
I am using awesomeCloud is a word cloud plugin for jQuery.
It uses the HTML Canvas element, however this is not supported by IE8.
What can I do to get it to run on IE8?
Views on IE aside, take a look at Modernizr gives browsers a way to detect if it has any basic support for html5 components and if not gives you an opportunity to handle it.