* add the link of this two js plugins.

This commit is contained in:
wangchunsheng
2012-11-26 08:49:14 +00:00
parent 3cdddc61bd
commit 182c3a1d60
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -14,6 +14,8 @@
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
* See http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/
*
*/
@@ -499,4 +501,4 @@ Date.fullYearStart = '20';
//return ('0'+num).substring(-2); // doesn't work on IE :(
};
})();
})();
+2 -2
View File
@@ -4,7 +4,7 @@
* (c) Arc90, Inc.
*
* http://www.arc90.com
* http://lab.arc90.com
* http://lab.arc90.com/2008/05/22/jquery-reverse-order-plugin/#licensing
*
* Licensed under:
* Creative Commons Attribution-Share Alike 3.0 http://creativecommons.org/licenses/by-sa/3.0/us/
@@ -28,4 +28,4 @@ $.fn.reverseOrder = function() {
$(this).prependTo( $(this).parent() );
});
};
})(jQuery);
})(jQuery);