Basically title says it all, running jQuery and it works just fine on Internet Explorer but on Chrome and Firefox I'm having no luck.
Running Magento 2.1.7
Script:
<script>require([ 'jquery', 'jquery/ui'], function($){
$(document).ready(function($) { jQuery("#homepageTab" ).tabs();
});
});
</script>
The intended functionality is that when you click on the tabs, it cycles through each one. Been stuck for about a week on this one bug.