lucaong / jQCloud

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

Click event triggers for empty space in IE9 #54

Open prasadKodeInCloud opened 9 years ago

prasadKodeInCloud commented 9 years ago

Hi,

In IE 9, event handler does not work correctly. Text click event triggers when click any place of the context.

$("#example").jQCloud([ {
     click: function(){ alert('hi')},
     text: ' Hello Test'

}] );