Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions aspnet/SameSite/CSharpWebForms.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---
title: SameSite cookie sample for ASP.NET 4.7.2 C# WebForms
author: blowdart
description: SameSite cookie sample for ASP.NET 4.7.2 C# WebForms
ms.author: riande
ms.author: tdykstra
ms.date: 2/15/2019
uid: samesite/CSharpWebForms
---
Expand Down Expand Up @@ -148,4 +148,4 @@ public static void AdjustSpecificCookieSettings()

[ASP.NET Documentation](/aspnet/samesite/system-web-samesite)

[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
6 changes: 3 additions & 3 deletions aspnet/SameSite/csMVC.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---
title: SameSite cookie sample for ASP.NET 4.7.2 C# MVC
author: blowdart
description: SameSite cookie sample for ASP.NET 4.7.2 C# MVC
ms.author: riande
ms.author: tdykstra
ms.date: 2/15/2019
uid: samesite/csMVC
---
Expand Down Expand Up @@ -179,4 +179,4 @@ public static void AdjustSpecificCookieSettings()

[ASP.NET Documentation](/aspnet/samesite/system-web-samesite)

[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
4 changes: 2 additions & 2 deletions aspnet/SameSite/kbs-samesite.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: KB articles that support SameSite in .NET Framework
author: rick-anderson
description: Learn how to use to SameSite cookies in ASP.NET.
ms.author: riande
ms.author: tdykstra
ms.date: 12/03/2019
uid: samesite/kbs-samesite
---
Expand Down Expand Up @@ -45,4 +45,4 @@ The following table is for earlier versions of Windows and Windows Server.
| .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 | [Catalog](https://www.catalog.update.microsoft.com/Search.aspx?q=4533012) | [4533012](https://support.microsoft.com/en-us/help/4533012) |
| .NET Framework 4.8 | [Catalog](https://www.catalog.update.microsoft.com/Search.aspx?q=4533005) | [4533005](https://support.microsoft.com/en-us/help/4533005) |
| **Windows Server 2008** | |
| .NET Framework 4.6 | [Catalog](https://www.catalog.update.microsoft.com/Search.aspx?q=4533012) | [4533012](https://support.microsoft.com/en-us/help/4533012) |
| .NET Framework 4.6 | [Catalog](https://www.catalog.update.microsoft.com/Search.aspx?q=4533012) | [4533012](https://support.microsoft.com/en-us/help/4533012) |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no change here if I compare the text in the original using a different tool. Whatever it is registering as diff change here however is not going to be a problem, so I am ignoring it.

3 changes: 2 additions & 1 deletion aspnet/SameSite/owin-samesite.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Work with SameSite cookies and the Open Web Interface for .NET (OWIN)
author: rick-anderson
description: Work with SameSite cookies and the Open Web Interface for .NET (OWIN)
ms.author: riande
ms.author: tdykstra
ms.date: 12/6/2019
uid: owin-samesite
---
Expand Down Expand Up @@ -144,3 +144,4 @@ Versions of Electron include older versions of Chromium. For example, the versio
* [Chromium Blog:Developers: Get Ready for New SameSite=None; Secure Cookie Settings](https://blog.chromium.org/2019/10/developers-get-ready-for-new.html)
* [SameSite cookies explained](https://web.dev/samesite-cookies-explained/)
* [OWIN and System.Web response cookie integration issues](https://github.com/aspnet/AspNetKatana/wiki/System.Web-response-cookie-integration-issues)

3 changes: 2 additions & 1 deletion aspnet/SameSite/system-web-samesite.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Work with SameSite cookies in ASP.NET
author: rick-anderson
description: Learn how to use to SameSite cookies in ASP.NET
ms.author: riande
ms.author: tdykstra
ms.date: 2/15/2019
uid: samesite/system-web-samesite
---
Expand Down Expand Up @@ -310,3 +310,4 @@ Update *web.config* to include the following configuration settings:
* [.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
* [Azure Web Applications Same Site Information](https://azure.microsoft.com/updates/app-service-samesite-cookie-update/)
* [Azure ActiveDirectory Same Site Information](/azure/active-directory/develop/howto-handle-samesite-cookie-changes-chrome-browser)

6 changes: 3 additions & 3 deletions aspnet/SameSite/vbMVC.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---
title: SameSite cookie sample for ASP.NET 4.7.2 VB MVC
author: blowdart
description: SameSite cookie sample for ASP.NET 4.7.2 VB MVC
ms.author: riande
ms.author: tdykstra
ms.date: 2/15/2019
uid: samesite/vbMVC
---
Expand Down Expand Up @@ -174,4 +174,4 @@ End Sub

[ASP.NET Documentation](/aspnet/samesite/system-web-samesite)

[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
6 changes: 3 additions & 3 deletions aspnet/SameSite/vbWF.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---
title: SameSite cookie sample for ASP.NET 4.7.2 VB WebForms
author: blowdart
description: SameSite cookie sample for ASP.NET 4.7.2 VB WebForms
ms.author: riande
ms.author: tdykstra
ms.date: 2/15/2019
uid: samesite/vbWF
---
Expand Down Expand Up @@ -145,4 +145,4 @@ End Sub

[ASP.NET Documentation](/aspnet/samesite/system-web-samesite)

[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
[.NET SameSite Patches](/aspnet/samesite/kbs-samesite)
3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/cdnajax35.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/cdnajax35
title: "ASP.NET Ajax 3.5 | Microsoft Docs"
description: Provides a list of the ASP.NET Ajax 3.5 files that are hosted on the CDN.
author: rick-anderson
ms.author: riande
ms.author: tdykstra
ms.date: 07/28/2014
ms.assetid: d5af74c6-3bdf-4d56-8dba-316e3dc0092f
msc.legacyurl: /ajax/cdn/cdnajax35
Expand All @@ -15,3 +15,4 @@ The following files are hosted on the CDN:

- https://ajax.aspnetcdn.com/ajax/3.5/MicrosoftAjax.debug.js
- https://ajax.aspnetcdn.com/ajax/3.5/MicrosoftAjax.js

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/cdnajax4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/cdnajax4
title: "ASP.NET Web Forms and Ajax 4 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of the ASP.NET Web Forms and Ajax 4 files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/28/2014
ms.assetid: cced3924-251c-4c77-bef0-7992acbac106
msc.legacyurl: /ajax/cdn/cdnajax4
Expand Down Expand Up @@ -53,3 +53,4 @@ The following files are hosted on the CDN:
Note: The globalization scripts, such as fr-FR.js, can be found in the following folder:

- https://ajax.aspnetcdn.com/ajax/4.0/1/globalization/

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/cdnajax451.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/cdnajax451
title: "ASP.NET Web Forms and Ajax 4.5.1 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of the ASP.NET Web Forms and Ajax 4.5.1 files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 03/18/2015
ms.assetid: d7ec655d-49b0-4968-af5e-3064616aff9a
msc.legacyurl: /ajax/cdn/cdnajax451
Expand Down Expand Up @@ -53,3 +53,4 @@ The following files are hosted on the CDN:
Note: The globalization scripts, such as fr-FR.js, can be found in the following folder:

- https://ajax.aspnetcdn.com/ajax/4.5.1/1/globalization/

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/cdnajax452.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/cdnajax452
title: "ASP.NET Web Forms and Ajax 4.5.2 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of the ASP.NET Web Forms and Ajax 4.5.2 files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 11/26/2014
ms.assetid: 0b25ecc9-b1b0-4738-ad80-09f1e33faf09
msc.legacyurl: /ajax/cdn/cdnajax452
Expand Down Expand Up @@ -53,3 +53,4 @@ The following files are hosted on the CDN:
Note: The globalization scripts, such as fr-FR.js, can be found in the following folder:

- https://ajax.aspnetcdn.com/ajax/4.5.2/1/globalization/

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/index
title: "Microsoft Ajax Content Delivery Network Libraries | Microsoft Docs"
author: rick-anderson
description: "The Microsoft Ajax Content Delivery Network (CDN) hosts popular third party JavaScript libraries such as jQuery and enables you to easily add them to your Web applications. By taking advantage of the CDN, you can significantly improve the performance of your Ajax applications."
ms.author: riande
ms.author: tdykstra
ms.date: 04/29/2022
ms.custom: devdivchpfy22
ms.assetid: fc98bde7-484a-4191-bba2-04d29551cb8f
Expand Down Expand Up @@ -110,3 +110,4 @@ msc.type: content
- [ASP.NET Ajax 3.5](cdnajax35.md)
- [ASP.NET Web Forms and Ajax 4.5.2](cdnajax452.md)
- [ASP.NET Web Forms and Ajax 4.5.1](cdnajax451.md)

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-cycle/cdnjquerycycle288.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-cycle/cdnjquerycycle288
title: "jQuery Cycle 2.88 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of the jQuery Cycle 2.88 files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: afb99e9a-fcc2-49e4-b26c-cff412074f4a
msc.legacyurl: /ajax/cdn/jquery-cycle/cdnjquerycycle288
Expand All @@ -19,3 +19,4 @@ The following jQuery Cycle files are hosted on this CDN:
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.88/jquery.cycle.min.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.88/jquery.cycle.min.js) — The minified version of the file above. Use this version for production applications to improve your website performance.
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.88/jquery.cycle.lite.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.88/jquery.cycle.lite.js) — An even smaller version of the jQuery Cycle plugin that contains only the "fade" transition without all of the options.
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.88/jquery.cycle.lite.min.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.88/jquery.cycle.lite.min.js) — The minified version of the file above. Use this version for production applications to improve your website performance.

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-cycle/cdnjquerycycle294.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-cycle/cdnjquerycycle294
title: "jQuery Cycle 2.94 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of the jQuery Cycle 2.94 files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: 486108f8-0719-492e-85ed-46f3b7bc18d2
msc.legacyurl: /ajax/cdn/jquery-cycle/cdnjquerycycle294
Expand All @@ -19,3 +19,4 @@ The following jQuery Cycle files are hosted on this CDN:
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.94/jquery.cycle.min.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.94/jquery.cycle.min.js) — The minified version of the file above. Use this version for production applications to improve your website performance.
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.94/jquery.cycle.lite.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.94/jquery.cycle.lite.js) — An even smaller version of the jQuery Cycle plugin that contains only the "fade" transition without all of the options.
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.94/jquery.cycle.lite.min.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.94/jquery.cycle.lite.min.js) — The minified version of the file above. Use this version for production applications to improve your website performance.

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-cycle/cdnjquerycycle299.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-cycle/cdnjquerycycle299
title: "jQuery Cycle 2.99 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of the jQuery Cycle 2.99 files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: c4941287-f0bf-42cc-abb0-8d68838a4e98
msc.legacyurl: /ajax/cdn/jquery-cycle/cdnjquerycycle299
Expand All @@ -19,3 +19,4 @@ The following jQuery Cycle files are hosted on this CDN:
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.min.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.min.js) — The minified version of the file above. Use this version for production applications to improve your website performance.
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.lite.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.lite.js) — An even smaller version of the jQuery Cycle plugin that contains only the "fade" transition without all of the options.
- [https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.lite.min.js](https://ajax.aspnetcdn.com/ajax/jquery.cycle/2.99/jquery.cycle.lite.min.js) — The minified version of the file above. Use this version for production applications to improve your website performance.

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-cycle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-cycle/index
title: "jQuery Cycle | Microsoft Docs"
author: rick-anderson
description: "Provides a reference list of the jQuery Cycle articles, which contain their corresponding files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: b9005f8f-1dbc-4414-abe1-dae4816141e1
msc.legacyurl: /ajax/cdn/jquery-cycle
Expand All @@ -14,3 +14,4 @@ msc.type: folder
- [jQuery Cycle 2.99](cdnjquerycycle299.md)
- [jQuery Cycle 2.94](cdnjquerycycle294.md)
- [jQuery Cycle 2.88](cdnjquerycycle288.md)

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables104.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables104
title: "jQuery DataTables 1.10.4 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.10.4 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 01/15/2015
ms.assetid: a313fb9c-93c8-40ef-9c81-e1651ecaffa3
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables104
Expand All @@ -17,3 +17,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.10.4/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.10.4/jquery.dataTables.js


3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables105.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables105
title: "jQuery DataTables 1.10.5 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.10.5 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 03/10/2015
ms.assetid: 7a06c2a5-fd96-436c-baa1-2d148b8f7116
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables105
Expand All @@ -16,3 +16,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.10.5/jquery.dataTables.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.10.5/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.10.5/css/jquery.dataTables.css

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables182.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables182
title: "jQuery DataTables 1.8.2 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.8.2 plugins that are hosted on the CDN."
ms.author: riande
ms.author: wpickett
ms.date: 07/27/2014
ms.assetid: 2a72d2f5-b387-41e6-9807-21f2ec8c2b7a
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables182
Expand All @@ -17,3 +17,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.8.2/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.8.2/css/jquery.dataTables.css


3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables190.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables190
title: "jQuery DataTables 1.9.0 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.9.0 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: 0f9c7b5e-bac0-40f1-b353-bd46e8759836
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables190
Expand All @@ -16,3 +16,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/jquery.dataTables.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/css/jquery.dataTables.css

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables191.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables191
title: "jQuery DataTables 1.9.1 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.9.1 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: 5bf7dd4e-ca1b-443d-b74c-a8b1ab4a4e26
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables191
Expand All @@ -16,3 +16,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.1/jquery.dataTables.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.1/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.1/css/jquery.dataTables.css

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables192.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables192
title: "jQuery DataTables 1.9.2 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.9.2 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: 71a851e2-e939-4da5-9480-59cdef3d56b4
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables192
Expand All @@ -16,3 +16,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.2/jquery.dataTables.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.2/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.2/css/jquery.dataTables.css

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables193.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables193
title: "jQuery DataTables 1.9.3 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.9.3 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: 90ba3e9a-ff80-4049-9ad4-08571cdf3880
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables193
Expand All @@ -16,3 +16,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.3/jquery.dataTables.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.3/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.3/css/jquery.dataTables.css

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/cdnjquerydatatables194.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/cdnjquerydatatables194
title: "jQuery DataTables 1.9.4 | Microsoft Docs"
author: rick-anderson
description: "Provides a list of files for the jQuery DataTables 1.9.4 plugins that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: f117b38e-38b9-4f3c-911b-21c1621a7797
msc.legacyurl: /ajax/cdn/jquery-datatables/cdnjquerydatatables194
Expand All @@ -16,3 +16,4 @@ The following files for the jQuery DataTables plugins are hosted on the CDN:
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js
- https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables.css

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-datatables/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-datatables/index
title: "jQuery DataTables | Microsoft Docs"
author: rick-anderson
description: "Provides a reference list of the jQuery DataTables articles, which contain their corresponding files that are hosted on the CDN."
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: c3d609b5-ad52-4ff8-a79d-58a815efdb63
msc.legacyurl: /ajax/cdn/jquery-datatables
Expand All @@ -19,3 +19,4 @@ msc.type: folder
- [jQuery DataTables 1.8.2](cdnjquerydatatables182.md)
- [jQuery DataTables 1.10.4](cdnjquerydatatables104.md)
- [jQuery DataTables 1.10.5](cdnjquerydatatables105.md)

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-mobile/cdnjquerymobile10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-mobile/cdnjquerymobile10
title: "jQuery Mobile 1.0 on the Microsoft Ajax CDN | Microsoft Docs"
description: This article provides a list of the files that are included in the jQuery Mobile 1.0 library on the Microsoft Ajax CDN.
author: rick-anderson
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: f236d9f1-1e1c-47a0-be96-40758bf1c22f
msc.legacyurl: /ajax/cdn/jquery-mobile/cdnjquerymobile10
Expand All @@ -24,3 +24,4 @@ The jQuery Mobile 1.0 library includes the following files:
- https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.0/images/icons-18-white.png
- https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.0/images/icons-36-black.png
- https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.0/images/icons-36-white.png

3 changes: 2 additions & 1 deletion aspnet/ajax/cdn/jquery-mobile/cdnjquerymobile101.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: ajax/cdn/jquery-mobile/cdnjquerymobile101
title: "jQuery Mobile 1.0.1 on the Microsoft Ajax CDN | Microsoft Docs"
description: This article provides a list of the files that are included in the jQuery Mobile 1.0.1 library on the Microsoft Ajax CDN.
author: rick-anderson
ms.author: riande
ms.author: tdykstra
ms.date: 07/23/2014
ms.assetid: bdffb1f1-19e7-4b95-b73a-de94cd19ae8b
msc.legacyurl: /ajax/cdn/jquery-mobile/cdnjquerymobile101
Expand All @@ -24,3 +24,4 @@ The jQuery Mobile 1.0.1 library includes the following files:
- https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.0.1/images/icons-18-white.png
- https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.0.1/images/icons-36-black.png
- https://ajax.aspnetcdn.com/ajax/jquery.mobile/1.0.1/images/icons-36-white.png

Loading