-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery-ui.html
More file actions
26 lines (26 loc) · 1.5 KB
/
Copy pathjquery-ui.html
File metadata and controls
26 lines (26 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<meta charset="utf-8">
<title>GitHub - Ryan Rotter</title>
<link rel="stylesheet" href="default.css" type="text/css" />
</head>
<body>
<h3>jQuery UI - Selectable</h3>
<ul>
<li><a href="/jquery-ui/demos/selectable/sequence.html">Sequence</a> - Select items based on their order in the DOM rather than their page position</li>
<li><a href="/jquery-ui/demos/selectable/options.html">Demo options</a> - Demo various options for different behaviors of the Command/Control key</li>
<li>Closes:
<ul>
<li><a href="http://bugs.jqueryui.com/ticket/4013">#4013</a>: Selectable - Include option to act as CTRL/CMD key always pressed</li>
<!-- <li><a href="http://bugs.jqueryui.com/ticket/4026">#4026</a>: Allow for Shift+Click for multiple Selections</li> -->
<li><a href="http://bugs.jqueryui.com/ticket/5016">#5016</a>: Selectable invert selection</li>
<!-- <li><a href="http://bugs.jqueryui.com/ticket/7013">#7013</a>: Select/Unselect Methods on Selectable Would be Nice</li> -->
<li><a href="http://bugs.jqueryui.com/ticket/7987">#7987</a>: Selectable: select sequence</li>
<li><a href="http://bugs.jqueryui.com/ticket/7988">#7988</a>: Selectable should not recheck the command/control key on drag</li>
<li><a href="http://bugs.jqueryui.com/ticket/7990">#7990</a>: unselecting event fires on clicked item</li>
<!--<li></li>-->
</ul>
</li>
</ul>
</body>
</html>