In my current project, I am utilizing Semantics UI. As an example, when using the dropdown component, I need to call a function in my script tag, like so:
<script type="text/javascript">
$('.dropdown')
.dropdown()
;
</script>
Do you happen to know of any alternative method that eliminates the need for additional scripting? Similar to how Bootstrap and other frameworks handle it?