godswearhats / jquery-ui-rotatable

Adds a small handle to an HTML element to allow it to be rotated
MIT License
155 stars 103 forks source link

Is jquery-ui-rotatable works with jQuery 2? #27

Closed zephiransas closed 9 years ago

zephiransas commented 9 years ago

With jQuery2, it won't work well for me.

To reproduce the problem, modify demo.html like htis

<!--
<script src="http://code.jquery.com/jquery-1.11.3.js"></script>
-->
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
godswearhats commented 9 years ago

What exactly is not working? I have no trouble with jquery-2.1.4.js on either Firefox or Safari.

zephiransas commented 9 years ago

Oops. Please disregard what I wrote. I just found works well with jQuery2....