Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7093137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:24:06+00:00 2026-05-28T08:24:06+00:00

jQuery’s slideUp and slideDown don’t seem to do anything with selects. I can wrap

  • 0

jQuery’s slideUp and slideDown don’t seem to do anything with selects. I can wrap the select in a div and use slideUp and slideDown, but so far the effect I get, for the result I want, is really jerky.

With a select box of size greater than 1, I want to slide up, leaving just a size 1 select. (Not a totally hidden select.)

So the appearance looking like an animated transition from

<select size=10>
<option value="1">foo1</option>
<option value="2">foo2</option>
<option value="3">foo3</option>
<option value="4">foo4</option>
<option value="5">foo5</option>
<option value="6">foo6</option>
<option value="7">foo7</option>
<option value="8">foo8</option>
<option value="9">foo9</option>
<option value="10">foo10</option>
</select>

to

<select>
<option value=""></option>
</select>

Being wrapped in a div is fine. I just can’t get a smooth transition, css and/or jQuery, that’ll make it work cleanly in Chrome, FF, and Opera (I don’t care about IE).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T08:24:06+00:00Added an answer on May 28, 2026 at 8:24 am

    Something like this look like what you want? I get the select lists height and divide by the number of options. This gives me roughly the size of one option (directly getting an option has zero height btw, thus the need for the calculation). Then I use animate. You can hover your mouse over the blue box to see the effect.

    http://jsfiddle.net/9daYV/

    $('#trigger').hover( function() {
        var optionHeight = $('select').height() / $('option').length;
        $('select').animate({ height: optionHeight + 'px' });
    }, function() {
        $('select').animate({ height: '100%'});
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery's getScript function doesn't seem to support an error callback function. I can't use
JQuery - Can we capture both the p and div tags at a time
jQuery Mobile Docs says if we wrap form element in div containing data-role=fieldcontain proper
jQuery 1.4: $('#menu li:last:not(.ignore)').addClass('last'); HTML: <div id=menu> <ul> <li>item 1</li> <li>item 2</li> <li class=ignore>item3</li>
jQuery 1.4 vs YUI3, which to use and why?
I have a jquery bug and I've been looking for hours now, I can't
jQuery $(div span[z*='w']:last-child).css({color: red}); and the html <div> <span z=ww>Sam</span> <!-- Didn't works -->
jQuery 1.7.1, jQuery UI tabs. I have the following HTML representing tabs, <div id=tabs>
jQuery's highlight method will highlight any div with a yellow background. How do I
Jquery question So i got if condition, in this condition I make div visible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.