Long text will open on more button click

Posted by user3723681 on Stack Overflow See other posts from Stack Overflow or by user3723681
Published on 2014-06-09T21:21:31Z Indexed on 2014/06/09 21:24 UTC
Read the original article Hit count: 268

Filed under:
|

I have this long description text to show it to users. At first it will show a short part of this description. But there will be a "more >>" button which open the entire description. How can I do this by jquery or css.

<div class="desc">
    <h3>Product Description</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas vel dui aliquam, semper mauris sit amet, imperdiet purus. Fusce convallis, nisl at imperdiet tincidunt, libero dui euismod tortor, eu ornare justo orci quis felis. Morbi volutpat felis nisl, vel interdum nulla porttitor a. Aenean est risus, malesuada a orci at, aliquam mattis ipsum. Proin porttitor metus dapibus nulla tempor scelerisque. Morbi fringilla imperdiet dui, at molestie justo rutrum mattis. Nunc in ultricies lorem. Quisque ut orci nec nibh facilisis imperdiet ac sit amet lacus. Sed tempus condimentum velit et porta. Etiam in lectus sapien. In hac habitasse platea dictumst. Integer tincidunt pulvinar lorem, vel placerat diam.</p>
</div>

jsfiddle

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css