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