doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

Dropdown broken #65

Closed joelklint closed 8 years ago

joelklint commented 8 years ago

Hi,

The dropdown seems to be broken. I am using it a menu. The dropdown box displays but it wont dropdown on click, showing it's children. 'simple dropdown' works fine.

Do you know if it is broken?

chrisvel commented 8 years ago

did it was a problem or not ? It's the same thing exactly for me too.

doabit commented 8 years ago

@chrisvel You should add

$(function(){
  $('.ui.dropdown').dropdown();
})

http://semantic-ui.com/modules/dropdown.html#/usage

chrisvel commented 8 years ago

@doabit thank you