From: Wolfram Schneider Date: Thu, 11 Jul 2013 14:56:53 +0000 (+0000) Subject: add examples for older jQuery and jQuery UI versions X-Git-Tag: 0.9.1~252 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=18523bbe1597f8c9836152f2e23b9bafc12657b0;hp=1077f0ddf5f11391fa7138e860267165fb1f5ca1;p=mkws-moved-to-github.git add examples for older jQuery and jQuery UI versions --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index ede5186..5f265aa 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -4,6 +4,14 @@ #JQUERY_URL= http://code.jquery.com/jquery-2.0.3.min.js JQUERY_URL= http://code.jquery.com/jquery-1.10.0.min.js +#JQUERY_URL= http://code.jquery.com/jquery-1.9.1.min.js +#JQUERY_URL= http://code.jquery.com/jquery-1.8.3.min.js +#JQUERY_URL= http://code.jquery.com/jquery-1.7.2.min.js +#JQUERY_URL= http://code.jquery.com/jquery-1.6.4.min.js +#JQUERY_URL= http://code.jquery.com/jquery-1.4.4.min.js + +JQUERY_UI_URL= http://code.jquery.com/ui/1.10.3/jquery-ui.js +#JQUERY_UI_URL= http://code.jquery.com/ui/1.8.0/jquery-ui.min.js MKWS_JS= mkws-complete.js all: ${MKWS_JS} README.html