Show More
Commit Description:
wip
Commit Description:
wip
File last commit:
Show/Diff file:
Action:
app/javascript/prepend_jquery.js | 12 lines | 317 B | application/javascript | JavascriptErbLexer |
jquery, bootstrap ok
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;
wip
r871 console.log($)
jquery, bootstrap ok
r865 console.log('i am prepend_jquery');