Skip to content

Commit

Permalink
Merge pull request #64 from godswearhats/hats-dev
Browse files Browse the repository at this point in the history
Adds minified version back in
  • Loading branch information
godswearhats authored Apr 26, 2017
2 parents 10dcb02 + c31fb21 commit 2effc6f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ jquery-ui-rotatable is a plugin for jQuery UI that works in a similar way to Dra

#### CDN
```html
<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.ui.rotatable/1.0.1/jquery.ui.rotatable.css">
<script src="//cdn.jsdelivr.net/jquery.ui.rotatable/1.0.1/jquery.ui.rotatable.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.ui.rotatable/1.1/jquery.ui.rotatable.css">
<script src="//cdn.jsdelivr.net/jquery.ui.rotatable/1.1/jquery.ui.rotatable.min.js"></script>
```

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

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

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

### Demo

A simple demo is in the source code, but can be visited [here](http://godswearhats.com/jquery-ui-rotatable/demo.html).
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.

### Thanks

Expand Down
12 changes: 12 additions & 0 deletions jquery.ui.rotatable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2effc6f

Please sign in to comment.