Skip to content

Commit

Permalink
Fixed some problems with mouse scroll in old 1.x versions of jQuery. …
Browse files Browse the repository at this point in the history
…Clearer code.
  • Loading branch information
jmalarcon committed Dec 4, 2018
1 parent 92b78ee commit 3a7249d
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 625 deletions.
14 changes: 5 additions & 9 deletions dist/jquery.pan.min.js

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

2 changes: 1 addition & 1 deletion dist/jquery.pan.min.js.map

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Fullscreen Image Zoom and Pan with Jquery</h1>
<p>All images from <a href="http://www.freeimages.com/" target="_blank">freeimages.com</a></p>

<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="dist/jquery.pan.min.js"></script>
<script src="src/js/jquery.pan.js"></script>
<script type="text/javascript">

$(document).ready(function(){
Expand Down
Loading

0 comments on commit 3a7249d

Please sign in to comment.