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 8137087
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:58:48+00:00 2026-06-06T10:58:48+00:00

I am trying to get a text block to resize vertically and use the

  • 0

I am trying to get a text block to resize vertically and use the dotdotdot jQuery ellipsis-support plugin. The dotdotdot plugin features a set height parameter, and I wonder if there’s a method to dynamically update that set height. I want to take into account the total height of an adjacent div and resize the text block to fit the whole height of the particular div.

I made this jsFiddle as a loose mock-up of what I’d like to accomplish: http://jsfiddle.net/smittles/8psvZ/

Ideally, the synopsis text would expand to drop down to the red line as the red line moves down.

Because I’m using a set height this model doesn’t work right now. I don’t know what adjustments to make in order to get it working.

I do want to maintain the use of dotdotdot.js if possible.

  • 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-06-06T10:58:50+00:00Added an answer on June 6, 2026 at 10:58 am

    Use the toggle function’s callback to re-call the dotdotdot code.

    See this updated fiddle or the code snippet below:

    $('.share').click(function(){
        $('.social_options').toggle('fast', function(){
    
          // height will be height of image frame + share button
          var new_height = $('.image_frame').height() + $('.share').height();
    
          // if the social options are visible, add that to height as well
          if ($('.social_options').is(':visible'))
              new_height += $('.social_options').height();
    
          $('.synopsis').dotdotdot({
                ellipsis    : '... ',
                wrap        : 'word',
                after       : null,
                watch       : true,
                height      : new_height
          });
    
        });        
    });
    

    You could prevent the redundant code too by creating a function that does the dotdotdot-ing. Call that on the page load, then call it on every subsequent toggle call as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get several inline and inline-block components aligned vertically in a div
Been trying to get the Jquery plugin Easy Slider 1.7 working. been messing about
I'm trying to do this: <TextBlock Text={Binding Path=Text, Converter={StaticResource stringFormatConverter}, ConverterParameter='&\u2014{0}'} /> To get
I am trying to get text input from the keyboard in Java 6. I
I'm trying to get edit text to behave in this way: User can input
I'm trying to get the plain text from a word document. Specifically, the xpath
I've trying to get some vertical text on a little test webpage after reading
I am trying to get a input text area and a submit button attached
I'm trying to get all the text from a txt file into a string,
I'm trying to figure out how to get text to print sideways in a

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.