Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

Dropdown not working #7053

Open simongiesen opened 3 years ago

simongiesen commented 3 years ago

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

JithinAji commented 3 years ago

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.