Semantic-UI
Semantic-UI copied to clipboard
Dropdown not working
Steps
https://semantic-ui.com/modules/dropdown.html Dropdown added to page: `
`Also added:
window.onload = function(){ $('.ui.dropdown').dropdown(); };
Expected Result
Dropdown should open when clicked on it
Actual Result
Nothing happens
Version
All versions
Testcase
https://limegolf.de/database/de/jsonhtml_players.html
Have you added jQuery to your project?
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
Please try adding this if by any chance you missed adding jQuery.