Skip to content
Snippets Groups Projects
Commit 586a0f66 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

use specify jquery ui version

parent 935e4763
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"gulp-util": "^3.0.7", "gulp-util": "^3.0.7",
"jquery": "^2.2.3", "jquery": "^2.2.3",
"jquery-layout": "^1.0.0", "jquery-layout": "^1.0.0",
"jquery-ui": "^1.10.5", "jquery-ui": "1.10.5",
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0", "vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0" "watchify": "^3.7.0"
......
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
inceptos himenaeos. inceptos himenaeos.
</p> </p>
</div> </div>
</div> </div>
<div id="cat"></div>
<script> <script>
var glob = {}; var glob = {};
</script> </script>
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
import $ from '../src/jquery/jquery'; import $ from '../src/jquery/jquery';
import '../src/jquery/jquery-ui'; import '../src/jquery/jquery-ui';
import '../src/jquery-plugin/day-range';
// //
// // require('jquery-ui/accordion'); // // require('jquery-ui/accordion');
// //
...@@ -15,7 +17,7 @@ import '../src/jquery/jquery-ui'; ...@@ -15,7 +17,7 @@ import '../src/jquery/jquery-ui';
// //
// //
let acc = $("#accordion").accordion(); let acc = $("#accordion").accordion();
$('#cat').dayRange(10);
// glob.acc = acc; // glob.acc = acc;
// console.log(acc); console.log(acc);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment