- Screen name: jassie stein
jassie stein's Profile
7 Posts
7 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- In a web form application, I just updated the application to use the latest JQuery UI that I believe is a plugin.This .net web form application only runs using Mozilla Firefox.When I look at the following link for Mozilla Firefox from the following url:https://www.mozilla.org/en-US/firefox/52.0/releasenotes/ , I see that plugins are affected.Thus can you tell me if the new version of the Firefox browser that is scheduled for March 7will affect the JQuery UI or not?If there is a problem, would you tell me what I can do to resolve the problem?
- To upgrade my web form 2010 .net application that currently uses the oldest version of jquery ui, I would like to obtain the latest code for
jquery-ui-1.12.1.custom.min.js. I basically would like to obtain the jquery UI version 1.12.1 custom that obtains the minified version.The best I can find on the internet is the following download url: https://jqueryui.com/download/all/ .This is fine but the download contains more files that I do not need.Do I need the jquery-ui-1.12.1/jquery-ui.min.js file alone?Thus can you tell me where I can obain jquery version that I am looking for and/or tell me what part of the download that I mentioned above that I need?- 29-Dec-2017 01:36 PM
- Forum: Using jQuery
I currently have the following references to jquery in a web form 2010 application where I updated the main jquery reference:
<script src="../scripts/jquery-3.2.1.js" type="text/javascript"></script>
<script src="../scripts/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
<%If (False) Then%>
<script src="../scripts/jquery-3.2.1.js" type="text/javascript"></script>
<% End If%>
<script src="../scripts/site.js" type="text/javascript"></script>
<script src="../scripts/json2.js" type="text/javascript"></script>
<script src="../scripts/jquery.validate.pack.js" type="text/javascript"></script>
<script src="../jquery-ui-1.7.2.custom.css.js" type="text/javascript"></script>Due to that fact, I have the following questions to ask you:
1. If I change the main jquery reference to point to the current version of jquery (query-3.2.1.js), will I need to change any of the other references that I listed above? If so,
what jquery scripts would I need to change and would you know why I would need to change them?
2. If I change the jquery-ui-1.7.2.custom.min.js file to use the current version, will I need to change any of the other references that I listed above? If so,
what jquery scripts would I need to change and would you know why I would need to change them?3. If I left all the jquery files to their original (current versions) would I eventually have a problem with the jquery references? If so what reference would you change? if not, you are saying that everything should continue to work correctly?
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.
*/In a vb.net 2010 web form application, I am in the process of obtaining all the most current jquery references that includes the jquery version 3.2.1.
As part of this process, I want to see if I am using the most current json references for json2.js.
When I click on the links that are listed below, I get the 404 server error where the link can not be located.
/*
http://www.JSON.org/json2.js
2009-09-29Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html/*
http://www.JSON.org/json2.js
2009-09-29Public Domain.
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
See http://www.JSON.org/js.html
This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.htmlThus can you tell me if I have the most current version of the json.js file? If not, would youi tell me where I can obtain the most current version of the jason code from and what the most current version of the json file is?
I have a vb.net 2010 webform application that uses the original jquery libraries. I plan to upgrade to the 1.9 version and followed by the upgrade to the 3.0 version.
I am thinking that I need to obtain the jquery core library to use as a reference to my scripts.Basically my reference to scripts are in the following order right now:
<script src="../scripts/jquery-1.3.2.js" type="text/javascript"></script>
<script src="../scripts/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>I am thinking that I need to change the references to point something like the following to upgrade to the 1.9 version first.
<script src="/scripts/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src=" /scripts/jquery-migrate-1.2.1.min.js"></script>
<script src="../scripts/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>Basically the jquery 1.9 core library needs loaded first and then followed by the migrate 1.9 version, correct?
Is this is not correct, what needs to be changed and how would I make the change?If this correct, where would I obtain the 1.9 core jquery code to download from the jquery.com website?
** I am asking this question since when I go to the main page to download the latest version of jquery, only the 3.2.1 version is available to be downloaded.The following pertains to versions of JQuery:
1. To be able to use JQuery libraries, do I need to buy some kind of a license? If so, would point me to a link that will tell me where to purchase this license from?
2. I know that I can point to a https url to obtain various links to jquery logic. However, I am wondering if I can obtain the exact JQuery down file logic that I can include in my application? I am asking this question since I am assuming that the jquery link may become deprecated at some point and no longer be valid. If this is possible, would you tell me when I can obtain the download code from? An example would be to point to the current version of jquery code which is version 3.0
- «Prev
- Next »
Moderate user : jassie stein
© 2013 jQuery Foundation
Sponsored by and others.

