Skip to content

Commit

Permalink
chore: update examples to use jQuery 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreruffert committed Jul 12, 2016
1 parent 53fa2d1 commit 562ae37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Expand Up @@ -205,7 +205,7 @@ <h2>Combination with native <code>&lt;details&gt;</code> element</h2>
</div>

<script src="//localhost:8081"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="../dist/rangeslider.js"></script>
<script>
$(function() {
Expand Down

0 comments on commit 562ae37

Please sign in to comment.