I am having trouble identifying the issue in this particular example.
http://jsfiddle.net/gth5qeqq/4/
$('select').parent().on('click', function (){
$(this).find('ul').slideToggle('fast');
});
There seems to be a jumping issue when I click on the option. However, everything works fine when there are only 3 options.