diff --git a/js/DatePicker/Getting-Started.md b/js/DatePicker/Getting-Started.md index 444817239..afe0fc4cf 100644 --- a/js/DatePicker/Getting-Started.md +++ b/js/DatePicker/Getting-Started.md @@ -19,7 +19,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) N> From V13.4.0.53 onwards, jQuery.globalize.min.js file has been replaced with our script file ej.globalize.min.js to support the globalization for our widgets. For version lower than 13.4.0.53, refer jQuery.globalize.min.js. 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. @@ -168,5 +168,5 @@ You can assign values after initialization in DatePicker (‘it helps to get or {% endhighlight %} -N> Existing DatePicker instance can be created by [jQuery.data()](http://api.jquery.com/jQuery.data/#) and you can control the API’s of DatePicker behavior. +N> Existing DatePicker instance can be created by [jQuery.data()](https://api.jquery.com/jQuery.data/) and you can control the API’s of DatePicker behavior. diff --git a/js/RadialMenu/getting-started.md b/js/RadialMenu/getting-started.md index 33c4ef652..43c154edf 100644 --- a/js/RadialMenu/getting-started.md +++ b/js/RadialMenu/getting-started.md @@ -89,7 +89,7 @@ Create a new HTML file and add [CDN](https://help.syncfusion.com/js/cdn) links t {% endhighlight %} - N> In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/custom-script-generator#) to create a 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) on 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 a custom script file with required controls and its dependencies only. Also to reduce the file size further please use [GZip compression](https://web.dev/articles/optimizing-content-efficiency-optimize-encoding-and-transfer?hl=en#text-compression-with-gzip) on your server. ## Create your first Radial Menu control in JavaScript diff --git a/js/WCF/Northwind.md b/js/WCF/Northwind.md index e68245cbd..e488cf6a4 100644 --- a/js/WCF/Northwind.md +++ b/js/WCF/Northwind.md @@ -27,7 +27,7 @@ We have used Northwind services for Grid control where it has the data tables li |$top|Returns only the first n results.| |$skip|Used to skip the first n results.| -> We can use other query options in order to perform the filtering in Northwind database. For demo purpose we have used [Northwind database](http://services.odata.org/V3/Northwind/Northwind.svc/$metadata). To know more about the query option click [here](https://msdn.microsoft.com/en-us/library/dd728283(v=vs.110).aspx) +> We can use other query options in order to perform the filtering in Northwind database. For demo purpose we have used [Northwind database](http://services.odata.org/V3/Northwind/Northwind.svc/$metadata). To know more about the query option click [here](https://learn.microsoft.com/en-us/previous-versions/dotnet/framework/data/wcf/accessing-data-service-resources-wcf-data-services?redirectedfrom=MSDN) ### Response information diff --git a/js/requirejs.md b/js/requirejs.md index c655a6999..f68d36eed 100644 --- a/js/requirejs.md +++ b/js/requirejs.md @@ -22,7 +22,7 @@ You can find the **require.min.js** from the following installed location of you `(installed location)\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\assets\external` _For example, If you have installed the Essential Studio package within `C:\Program Files (x86)`, then navigate to the location,_ **C:\Program Files (x86)**\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\assets\external -N> For version lower than 13.3.0.18, refer this [Knowledge Base](https://www.syncfusion.com/support/kb/7146). +N> For version lower than 13.3.0.18, refer this [Knowledge Base](https://support.syncfusion.com/kb/article/6661/how-to-use-essential-javascript-component-with-requirejs). N> From version 14.3.0.49, we have removed the **jquery.easing** dependency from our components. For version lower than 14.3.0.49, you need to refer the jquery.easing as additional dependency.