From 85e6f0b3e03050954e41dcb43211407d49c0de59 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:38:09 +0300 Subject: [PATCH 1/2] SEO-178943-Redirect-Links-MVC --- aspnetmvc/DatePicker/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetmvc/DatePicker/Getting-Started.md b/aspnetmvc/DatePicker/Getting-Started.md index 196beb40..915d3e22 100644 --- a/aspnetmvc/DatePicker/Getting-Started.md +++ b/aspnetmvc/DatePicker/Getting-Started.md @@ -20,7 +20,7 @@ CSS file External script files -* [jQuery](http://jquery.com/#) (from the version 1.7.1 to 3.1.0) +* [jQuery](https://jquery.com/) (from the version 1.7.1 to 3.1.0) jQuery.easing external dependency has been removed from version 14.3.0.49 onwards. Kindly include this jQuery.easing dependency for versions lesser than 14.3.0.49 in order to support animation effects. Internal script files @@ -53,7 +53,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJMVC comp If you are using NuGet packages, then required files to render the EJMVC components, will get included in corresponding location automatically in your application. -N> In production, we highly recommend you to use our [custom script generator](http://helpjs.syncfusion.com/js/include-only-the-needed-widgets#) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. Below is a simple Layout CSHTML file with required CSS and script reference added to create the Essential ASP.NET MVC DatePicker From c16acc3dae4235c15de7f858f035b5b928a1d88b Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 16 Jan 2024 09:41:17 +0300 Subject: [PATCH 2/2] Update Getting-Started.md --- aspnetmvc/DatePicker/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/DatePicker/Getting-Started.md b/aspnetmvc/DatePicker/Getting-Started.md index 915d3e22..4d2746b5 100644 --- a/aspnetmvc/DatePicker/Getting-Started.md +++ b/aspnetmvc/DatePicker/Getting-Started.md @@ -53,7 +53,7 @@ You can make use of **ej.web.all.min.js** file which encapsulates all EJMVC comp If you are using NuGet packages, then required files to render the EJMVC components, will get included in corresponding location automatically in your application. -N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. +N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) in your server. Below is a simple Layout CSHTML file with required CSS and script reference added to create the Essential ASP.NET MVC DatePicker