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.min.js"></script>
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div class="row myDivTable">
                    <div class="myRow">
                        <a href="http://www.mysite.com/page1">
                            <div class="myCell col-xs-5 col-sm-4 col-md-4 col-lg-4">
                                <strong>product title</strong>
                                <br>description
                            </div>
                            <div class="myCell col-xs-2 col-sm-2 col-md-2 col-lg-2">
                                1,000
                            </div>
                        </a>
                        <div class="myCell hidden-xs col-sm-3 col-md-3 col-lg-3">
                            <a href="http://www.msite.com/tags/15">tag1</a> - <a href="http://www.msite.com/tags/16">tag2</a> - <a href="http://www.msite.com/tags/18">tag3</a> - <a href="http://www.msite.com/tags/112">tag4</a>
                        </div>
                        <a href="http://www.mysite.com/page1">
                            <div class="myCell col-xs-2 col-sm-1 col-md-1 col-lg-1">
                                10/30/2013
                            </div>
                            <div class="myCell col-xs-2 col-sm-1 col-md-1 col-lg-1">
                                12/30/2013
                            </div>
                            <div class="myCell col-xs-1 col-sm-1 col-md-1 col-lg-1">
                                1
                            </div>
                        </a>
                    </div>
                    <div class="clearfix"></div>
                    <div class="myRow">
                        <a href="http://www.mysite.com/30">
                            <div class="myCell col-xs-5 col-sm-4 col-md-4 col-lg-4">
                                <strong>product title</strong>
                                <br>description
                            </div>
                            <div class="myCell col-xs-2 col-sm-2 col-md-2 col-lg-2">
                                45
                            </div>
                        </a>
                        <div class="myCell hidden-xs col-sm-3 col-md-3 col-lg-3" style="direction: ltr; text-align: right;">
                            <a href="http://www.msite.com/tags/43">tag4</a> - <a href="http://www.msite.com/tags/42">tag5</a> - <a href="http://www.msite.com/tags/15">tag6</a>
                        </div>
                        <a href="http://www.mysite.com/30">
                            <div class="myCell col-xs-2 col-sm-1 col-md-1 col-lg-1">
                                10/30/2013
                            </div>
                            <div class="myCell col-xs-2 col-sm-1 col-md-1 col-lg-1">
                                12/30/2013
                            </div>
                            <div class="myCell col-xs-1 col-sm-1 col-md-1 col-lg-1">
                                45
                            </div>
                        </a>
                    </div>
                    <div class="clearfix"></div>
                    <div class="myRow">
                        <a href="http://www.mysite.com/29">
                            <div class="myCell col-xs-5 col-sm-4 col-md-4 col-lg-4">
                                <strong>product title</strong>
                                <br>description
                            </div>
                            <div class="myCell col-xs-2 col-sm-2 col-md-2 col-lg-2">
                                123
                            </div>
                        </a>
                        <div class="myCell hidden-xs col-sm-3 col-md-3 col-lg-3" style="direction: ltr; text-align: right;">
                            <a href="http://www.msite.com/tags/15">tag7</a> - <a href="http://www.msite.com/tags/16">tag8</a> - <a href="http://www.msite.com/tags/17">tag9</a>
                        </div>
                        <a href="http://www.mysite.com/29">
                            <div class="myCell col-xs-2 col-sm-1 col-md-1 col-lg-1">
                                10/30/2013
                            </div>
                            <div class="myCell col-xs-2 col-sm-1 col-md-1 col-lg-1">
                                12/30/2013
                            </div>
                            <div class="myCell col-xs-1 col-sm-1 col-md-1 col-lg-1">
                                123
                            </div>
                        </a>
                    </div>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers