Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 868f8ed

Browse files
committed
Fixes #34
Touchend was only firing when clicking with a mouse on touch screen computers. This caused the plugin to not work at all on those devices when using a mouse as input. but touch would work perfectly fine.
1 parent 93d19df commit 868f8ed

File tree

7 files changed

+1758
-798
lines changed

7 files changed

+1758
-798
lines changed

css/listnav.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/css/demo.css

Lines changed: 1077 additions & 1 deletion
Large diffs are not rendered by default.

demo/css/listnav.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
<html class="no-js">
33
<head>
44
<meta charset="UTF-8">
5+
<title>jQuery ListNav Plugin Demo</title>
6+
<meta name="HandheldFriendly" content="True">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
58
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
69
<meta name="description" content="jQuery ListNav Plugin : A jQuery plugin that creates an alphabetical navigation filter for your lists, By Eric Steinborn">
7-
<title>jQuery ListNav Plugin Demo</title>
810
<link rel="stylesheet" href="css/demo.css">
911
<link rel="stylesheet" href="css/listnav.css">
1012
</head>
@@ -728,7 +730,7 @@ <h2><a href="#">Worf</a></h2>
728730
</footer>
729731
</div>
730732
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
731-
<script src="js/jquery-listnav.min.js"></script>
733+
<script src="js/jquery-listnav.js"></script>
732734
<script src="js/vendor.js"></script>
733735
<script>
734736
$(function(){

0 commit comments

Comments
 (0)