Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

Dropdown not working

Open simongiesen opened this issue 4 years ago • 1 comments

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

simongiesen avatar Jun 08 '21 10:06 simongiesen

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.

JithinAji avatar Jun 26 '21 19:06 JithinAji