From 586a0f663d031cf6faa4dd13ca1bb1c893ef25a4 Mon Sep 17 00:00:00 2001 From: Glenn Vorhes <gavorhes@wisc.edu> Date: Fri, 15 Jul 2016 11:29:20 -0500 Subject: [PATCH] use specify jquery ui version --- package.json | 2 +- test-html/jquery-test.html | 2 ++ test/jquery-test.js | 6 ++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e3d4a67..a462ce2 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "gulp-util": "^3.0.7", "jquery": "^2.2.3", "jquery-layout": "^1.0.0", - "jquery-ui": "^1.10.5", + "jquery-ui": "1.10.5", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" diff --git a/test-html/jquery-test.html b/test-html/jquery-test.html index b53aa25..df278a4 100644 --- a/test-html/jquery-test.html +++ b/test-html/jquery-test.html @@ -55,7 +55,9 @@ inceptos himenaeos. </p> </div> + </div> +<div id="cat"></div> <script> var glob = {}; </script> diff --git a/test/jquery-test.js b/test/jquery-test.js index 15974a3..4081dcb 100644 --- a/test/jquery-test.js +++ b/test/jquery-test.js @@ -5,6 +5,8 @@ import $ from '../src/jquery/jquery'; import '../src/jquery/jquery-ui'; + +import '../src/jquery-plugin/day-range'; // // // require('jquery-ui/accordion'); // @@ -15,7 +17,7 @@ import '../src/jquery/jquery-ui'; // // let acc = $("#accordion").accordion(); +$('#cat').dayRange(10); // glob.acc = acc; -// console.log(acc); - +console.log(acc); -- GitLab