Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
hooked up the demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Jehl committed Jun 16, 2012
1 parent 98699bb commit 43aad8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
font-size: .9em;
}
</style>
<link href="appendAround-sample.css" rel="stylesheet">
</head>
<body>

Expand Down Expand Up @@ -61,7 +62,8 @@ <h1>AppendAround: A Responsive Markup Pattern</h1>
<li>Vestibulum auctor dapibus neque.</li>
</ul>

<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="appendAround.js"></script>
<script>
/* Call appendAround */
$( ".sample" ).appendAround();
Expand Down

0 comments on commit 43aad8c

Please sign in to comment.