Animate open/closeing select

How to animate a slideUp/down when open/closeing the select?

Just off the top of my head, one solution might be to intercept the default opening and closing events, and then add your own handlers which trigger jQuery’s slideUp and slideDown methods.

I think we need a more detailed answer here, when we intercept these events we don’t get rendered dropdown element so we can’t add slideUp or slideDown