Show More
Commit Description:
wip
Commit Description:
wip
References:
File last commit:
Show/Diff file:
Action:
app/javascript/prepend_jquery.js
| 12 lines
| 317 B
| application/javascript
| JavascriptErbLexer
|
r865 | //we need jquery to load first, this is enforced by | |||
// doing | ||||
// <%= javascript_import_module_tag('prepen_jquery') %> | ||||
// before | ||||
// <%= javascript_importmap_tags %> | ||||
// (which loads application.js | ||||
import jQuery from "jquery" | ||||
window.$ = window.jQuery = jQuery; | ||||
r871 | console.log($) | |||
r865 | console.log('i am prepend_jquery'); | |||