Skip to content

Commit

Permalink
Merge pull request #348 from illuusio/jquery-update-3
Browse files Browse the repository at this point in the history
jScrollPane jQuery update to version 3.x
  • Loading branch information
illuusio authored Dec 7, 2017
2 parents a3731bb + bf5abec commit c07b682
Show file tree
Hide file tree
Showing 42 changed files with 139 additions and 140 deletions.
4 changes: 2 additions & 2 deletions ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions anchors.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!-- styles specific to demo site -->
<link type="text/css" href="style/demo.css" rel="stylesheet" media="all" />

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- scripts specific to this demo site -->
<script type="text/javascript" src="script/demo.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions arrow_hover.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions arrow_positions.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions arrows.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions auto_reinitialise.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions caps.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<!-- styles needed by jScrollPane - include in your own sites -->
<link type="text/css" href="style/jquery.jscrollpane.css" rel="stylesheet" media="all" />

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions destroy.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions drag_size.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions dynamic_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions dynamic_height.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions dynamic_width.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!-- styles specific to demo site -->
<link type="text/css" href="style/demo.css" rel="stylesheet" media="all" />

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- scripts specific to this demo site -->
<script type="text/javascript" src="script/demo.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions fixed_width.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions fullpage_scroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions iframe2.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions iframe_content1.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions iframe_content2.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions image.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions image2.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<!-- styles needed by jScrollPane - include in your own sites -->
<link type="text/css" href="style/jquery.jscrollpane.css" rel="stylesheet" media="all" />

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down Expand Up @@ -58,8 +58,8 @@ <h2 id="usage">How to use</h2>
<pre>&lt;!-- styles needed by jScrollPane --&gt;
&lt;link type="text/css" href="style/jquery.jscrollpane.css" rel="stylesheet" media="all" /&gt;

&lt;!-- latest jQuery direct from google's CDN --&gt;
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"&gt;
&lt;!-- latest jQuery direct from jQuery CDN --&gt;
&lt;script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"&gt;
&lt;/script&gt;

&lt;!-- the mousewheel plugin - optional to provide mousewheel support --&gt;
Expand Down
4 changes: 2 additions & 2 deletions invisibles.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions known_issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<!-- styles specific to demo site -->
<link type="text/css" href="style/demo.css" rel="stylesheet" media="all" />

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- scripts specific to this demo site -->
<script type="text/javascript" src="script/demo.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions less_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions mwheel_intent.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the mwheelIntent plugin -->
Expand Down
4 changes: 2 additions & 2 deletions override_animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions runeimp.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
4 changes: 2 additions & 2 deletions runeimp2.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}
</style>

<!-- latest jQuery direct from google's CDN -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- latest jQuery direct from jQuery CDN -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- the mousewheel plugin -->
<script type="text/javascript" src="script/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
Expand Down
Loading

0 comments on commit c07b682

Please sign in to comment.