Post by Mason Novak Share this:How to use custom jquery / javascript in magento 2require([‘jquery’, ‘jquery/ui’], function($){jQuery(document).ready( function() { /ad you JavaScript code here/ })})Share this: