Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>JS Bin</title>
    <!-- jQuery v1.9.1 -->
    <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    <!-- Timeline.js v0.0.1 -->
    <link href="https://6666design.com/cdn/timeline/0.0.1/dist/css/timeline.min.css" rel="stylesheet" />
    <script src="https://6666design.com/cdn/timeline/0.0.1/dist/js/timeline.min.js"></script>
</head>
<body>
    <div class="timeline-container">
        <div class="example timeline">
            <div data-time="2018">2018</div>
            <div data-time="2017">2017</div>
            <div data-time="2016">2016</div>
            <div data-time="2015">2015</div>
            <div data-time="2014">2014</div>
        </div>
    </div>
    <script type="text/javascript">
        $( ".example" ).Timeline();
    </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
hsuehmingfangpro
0viewers