Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3747324

Browse filesBrowse files
drew7721javiereguiluz
authored andcommitted
Import jquery as the $ variable.
If we want to use the `$` for jQuery we need to import it as such.
1 parent 5b36f5b commit 3747324
Copy full SHA for 3747324

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎frontend/encore/simple-example.rst

Copy file name to clipboardExpand all lines: frontend/encore/simple-example.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Great! Use ``import`` to import ``jquery`` and ``greet.js``:
182182
// ...
183183
184184
+ // loads the jquery package from node_modules
185-
+ import jquery from 'jquery';
185+
+ import $ from 'jquery';
186186
187187
+ // import the function from greet.js (the .js extension is optional)
188188
+ // ./ (or ../) means to look for a local file

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.