In a vb.net 2010 web form application, I am in the process of upgrading all jquery references to be the most current version which is the 3.2.1 jquery library.
While I am in the 'core' libraries, I want to upgrade all the jquery plugins to the most current version.
Due to that fact, I have the following jquery references in the application, that I would like to know if there is a more current version that I can use from the
following jquery items listed below:
jquery.validate.pack.js
jquery.validate.js
jquery-ui-1.7.2.custom.css.js ?
For each of the 3 jquery references that I listed above, can you tell me if there is a more current version of the jquery item I am using? If so, would you tell me where I can obtain the jquery updated file(s) from?
Note: Listed below are the start of the of jquery items I am referring to in case that would help you know where the item listed was obtained from;
jquery.validate.js
/*
* jQuery validation plug-in 1.6
*
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* http://docs.jquery.com/Plugins/Validation
*
* Copyright (c) 2006 - 2008 Jörn Zaefferer
*
* $Id:
jquery.validate.js 6403 2009-06-17 14:27:16Z joern.zaefferer $
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-
license.php
* http://www.gnu.org/licenses/gpl.html
*/
(function($) {
$.extend($.fn, {
// http://docs.jquery.com/Plugins/Validation/validate
jquery.validate.pack.js
/*
* jQuery validation plug-in 1.6
*
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* http://docs.jquery.com/Plugins/Validation
*
* Copyright (c)
2006 - 2008 Jörn Zaefferer
*
* $Id: jquery.validate.js 6403 2009-06-17 14:27:16Z joern.zaefferer $
*
* Dual licensed under the MIT and GPL licenses:
*
http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
jquery-ui-1.7.2.custom.css.js
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-
LICENSE.txt) licenses.
*/