File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change 10
10
< script type ="text/javascript " src ="../../ui/jquery.ui.tooltip.js "> </ script >
11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.button.js "> </ script >
12
12
< script type ="text/javascript " src ="../../ui/jquery.ui.menu.js "> </ script >
13
+ < script type ="text/javascript " src ="../../ui/jquery.ui.popup.js "> </ script >
13
14
< script type ="text/javascript " src ="../../ui/jquery.effects.core.js "> </ script >
14
15
< script type ="text/javascript " src ="../../ui/jquery.effects.blind.js "> </ script >
15
- < script type ="text/javascript " src ="../../tests/visual/menu/popup.js "> </ script >
16
16
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
17
17
< script type ="text/javascript ">
18
18
$ ( function ( ) {
Original file line number Diff line number Diff line change 10
10
< script type ="text/javascript " src ="../../../ui/jquery.ui.position.js "> </ script >
11
11
< script type ="text/javascript " src ="../../../ui/jquery.ui.button.js "> </ script >
12
12
< script type ="text/javascript " src ="../../../ui/jquery.ui.menu.js "> </ script >
13
- < script type ="text/javascript " src ="menubar.js "> </ script >
13
+ < script type ="text/javascript " src ="../../../ui/jquery.ui. menubar.js "> </ script >
14
14
<!--
15
15
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
16
16
-->
Original file line number Diff line number Diff line change 10
10
< script type ="text/javascript " src ="../../../ui/jquery.ui.position.js "> </ script >
11
11
< script type ="text/javascript " src ="../../../ui/jquery.ui.button.js "> </ script >
12
12
< script type ="text/javascript " src ="../../../ui/jquery.ui.menu.js "> </ script >
13
- < script type ="text/javascript " src ="popup.js "> </ script >
13
+ < script type ="text/javascript " src ="../../../ui/jquery.ui. popup.js "> </ script >
14
14
<!--
15
15
<script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
16
16
-->
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery UI menubar
3
- *
4
- * TODO move to jquery.ui.menubar.js
2
+ * jQuery UI Menubar @VERSION
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Menubar
9
+ *
10
+ * Depends:
11
+ * jquery.ui.core.js
12
+ * jquery.ui.widget.js
13
+ * jquery.ui.position.js
14
+ * jquery.ui.menu.js
5
15
*/
6
16
( function ( $ ) {
7
17
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery UI popup utility
2
+ * jQuery UI Popup @VERSION
3
+ *
4
+ * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Popup
9
+ *
10
+ * Depends:
11
+ * jquery.ui.core.js
12
+ * jquery.ui.widget.js
13
+ * jquery.ui.position.js
3
14
*/
4
15
( function ( $ ) {
5
16
You can’t perform that action at this time.
0 commit comments