Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
    
    <head>
        <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
        <meta charset=utf-8 />
        <title>JS Bin</title>
    </head>
    
    <body>
        <div id="main-news">
            <div class="main-news-holder">
                <div class="news-date">
                    <p>1 sep</p>
                </div>
                <div class="news-header">
                    <p><a class="news-expand" href="#">Show more</a>
                    </p>
                </div>
                <div class="news-content-short">
                    <p>short short short short short</p>
                </div>
                <div class="news-content-full" style="display: none;">
                    <p>text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text</p>
                </div>
            </div>
            <!-- ################################################################################################################################
            -->
            <div class="main-news-holder">
                <div class="news-date">
                    <p>2 sep</p>
                </div>
                <div class="news-header">
                    <p><a class="news-expand" href="#">Show more</a>
                    </p>
                </div>
                <div class="news-content-short">
                    <p>short short short short short</p>
                </div>
                <div class="news-content-full" style="display: none;">
                    <p>text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text text text text text text text text text text
                        text text text text text text</p>
                </div>
            </div>
    </body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers