prashant1rana / jQWCloud

jQWCloud: An JQuery plugin to generate Word Cloud
http://prashant1rana.github.io/jQWCloud/
Apache License 2.0
2 stars 4 forks source link

Adaptations needed to support new JQuery #3

Closed Christophe06410 closed 4 years ago

Christophe06410 commented 4 years ago

Hi,

In order to support JQuery 1.9+, you need to perform below changes: in file jQWClouV3.1.js,

- line 449: browser is not supported. Removed support for IE:

case VR: var span=word.span; //IE Handling for Differenet way of Rotation Transforms //if(jQuery.browser.msie){ // $(span).css("left",obj.x + xMulh).css("top", obj.y + yMulw); //}else{ $(span).css("left",obj.x + xMulh - (w-h)/2).css("top", obj.y + yMulw + (w-h)/2);
//}


Please perfrom changes to get up to date regarding Jquery.
I attached corresponding js file.
Thanks.
Christophe
[jQWCloudv3.1.zip](https://github.com/prashant1rana/jQWCloud/files/3879797/jQWCloudv3.1.zip)
prashant1rana commented 4 years ago

Thanks for all details.I have committed the updated files in new branch.