Skip to content

Commit 2effc6f

Browse files
authored
Merge pull request #64 from godswearhats/hats-dev
Adds minified version back in
2 parents 10dcb02 + c31fb21 commit 2effc6f

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ jquery-ui-rotatable is a plugin for jQuery UI that works in a similar way to Dra
22

33
#### CDN
44
```html
5-
<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.ui.rotatable/1.0.1/jquery.ui.rotatable.css">
6-
<script src="//cdn.jsdelivr.net/jquery.ui.rotatable/1.0.1/jquery.ui.rotatable.min.js"></script>
5+
<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.ui.rotatable/1.1/jquery.ui.rotatable.css">
6+
<script src="//cdn.jsdelivr.net/jquery.ui.rotatable/1.1/jquery.ui.rotatable.min.js"></script>
77
```
88

99
### Usage
@@ -79,11 +79,11 @@ You can also combine this plugin with the jQuery UI built-in `resizable()` and `
7979

8080
You can disable/enable the rotation using `$('#target').rotatable('enable');` and `$('#target').rotatable('disable');`.
8181

82-
Hovering over an element and rotating the scrollwheel (or equivalent) will cause the element to rotate.
82+
Hovering over an element and rotating the scroll wheel (or equivalent) will cause the element to rotate.
8383

8484
### Demo
8585

86-
A simple demo is in the source code, but can be visited [here](http://godswearhats.com/jquery-ui-rotatable/demo.html).
86+
A simple demo is in the source code, but can be visited [here](http://godswearhats.com/jquery-ui-rotatable/demo.html). Note that the minified version only gets updated at release time.
8787

8888
### Thanks
8989

jquery.ui.rotatable.min.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)