Skip to content

Commit 6334769

Browse files
committed
Improved docs
1 parent 495be36 commit 6334769

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 1.6.2 / Unreleased
1+
# 1.7.1-0 / Unreleased
2+
*
3+
4+
# 1.7.0 / 2014-09-09
25
* [FEATURE] AMD support (topolm).
36
* [FEATURE] CDN support (http://www.jsdelivr.com/#!jquery.ui-contextmenu).
47

demo/index-1-10.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5-
<title>jquery.ui-contextmenu.js - Demo</title>
5+
<title>jquery.ui-contextmenu.js - Demo (jQuery 1.10)</title>
66

77
<link href="//code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" type="text/css" rel="stylesheet" />
88
<script src="//code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>

demo/index.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5-
<title>jquery.ui-contextmenu.js - Demo</title>
5+
<title>jquery.ui-contextmenu.js - Demo</title>
66

77
<link href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet" />
88
<script src="//code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
@@ -86,9 +86,8 @@
8686
{title: "Paste <kbd>Ctrl+V</kbd>", cmd: "paste", uiIcon: "ui-icon-clipboard", disabled: true },
8787
{title: "----"},
8888
{title: "More", children: [
89-
{title: "Sub 1 (using callback)", action: function(event, ui) { alert("action callback sub1");} },
90-
{title: "Sub 2 with a long title<kbd>[F2]</kbd>", cmd: "sub2"},
91-
{title: "Sub 3 <label>Please select: <input type='checkbox' name='sub2'></label>", cmd: "sub3"}
89+
{title: "Sub 1 (callback)", action: function(event, ui) { alert("action callback sub1");} },
90+
{title: "Edit <kbd>[F2]</kbd>", cmd: "sub2"},
9291
]}
9392
],
9493
// Handle menu selection to implement a fake-clipboard
@@ -188,9 +187,6 @@ <h1>jquery.ui-contextmenu.js</h1>
188187

189188
<div>
190189
<label for="switcher">Theme:</label> <div id="switcher"></div>
191-
<!--
192-
<label for="skinswitcher">Skin:</label> <select id="skinswitcher"></select>
193-
-->
194190
</div>
195191

196192
<h3>Sample 1</h3>

demo/sample.png

16.7 KB
Loading

0 commit comments

Comments
 (0)