How to open select dropdown by button?
$(\'button\').on(\'click\', function() { $(\'select\').trigger(\'click\'); });
My code: http://js
You can do it with only CSS like this:
Items per page Items per page 10 20 40 60 100 200
Visit this fiddle for more details: https://jsfiddle.net/ssjuma/1mkxw2nb/1/