Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<style type="text/css">
#sortable {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#sortable li {
    margin: 5px 0;
    padding: 5px;
    background: gray;
    border: 1px solid black;
}
</style>
</head>
<body>
<ul id="sortable">
    <li>variable</li>
    <li>variable<br/>content</li>
    <li>Variable<br/>content<br/>size</li>
    <li>variable<br/>content<br/>size<br/>doesn't</li>
    <li>variable<br/>content<br/>size<br/>doesn't<br/>work</li>
    <li>variable<br/>content<br/>size<br/>doesn't<br/>work<br/>in</li>
    <li>variable<br/>content<br/>size<br/>doesn't<br/>work<br/>in<br/>IE</li>
</ul>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers