Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions concepts/Common/Modularity/01 Link Modules/20 Use jspm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
System.import('./index.js');
</script>

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