From 564493382ef51b5dcc604a4c15896f0040d8f02a Mon Sep 17 00:00:00 2001 From: Arman Boyakhchyan Date: Wed, 10 Jun 2026 13:42:38 +0400 Subject: [PATCH] Getting Started/JSPM: Add Rephrase & Remove Dep. Example (#8851) --- concepts/Common/Modularity/01 Link Modules/20 Use jspm.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md b/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md index 0493515b3f..0e57758dfa 100644 --- a/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md +++ b/concepts/Common/Modularity/01 Link Modules/20 Use jspm.md @@ -25,10 +25,6 @@ System.import('./index.js'); -See examples on how to use jspm with jQuery on GitHub. The **index.js** and **index.html** files contain the main code. Note that jQuery components require additional [integration module](/concepts/Common/Modularity/02%20DevExtreme%20Modules%20Structure/integration/jquery.md '/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/#integration/jquery'). - -#include btn-open-github with { - href: "https://github.com/DevExpress-Examples/devextreme-jspm-examples" -} +[note] To use DevExtreme jQuery components in modular applications, import the [jQuery integration module](/concepts/Common/Modularity/02%20DevExtreme%20Modules%20Structure/integration/jquery.md '/Documentation/Guide/Common/Modularity/DevExtreme_Modules_Structure/#integration/jquery'). [tags] jquery