1 2 3 4 5 6
$(document).ready(function () { // Semantic UI modules. $('.dropdown').dropdown({ transition: 'slide up' }); });