jquery Slide up-down “select” tag or combobox animation

bandar_aloo

New Member
I have a "select" tag with the following options:\[code\]<select> <option value="http://stackoverflow.com/questions/14468476/blue">Blue</option> <option value="http://stackoverflow.com/questions/14468476/red">Red</option> <option value="http://stackoverflow.com/questions/14468476/green">Green</option></select>\[/code\]I want to add the "slideUp" and "slideDown" effect using jquery but I can't find a simple example to approach my need. The effect should look like this combobox example: Telerik Combobox
 
Back
Top