sortable-multi.mustache revision 978333287299d3e6ed7cc4c8b60d14d082736e35
<div class="intro">
<p>This example makes multiple sortable lists that are separate from one another and do not interact with each other.</p>
</div>
<div class="example">
{{>sortable-multi-source}}
</div>
{{>sortable-multi-base}}
<p>We added this inside the `YUI().use`. It has nothing to do with sorting.</p>
```
{{>sortable-multi-source-js-visual}}
```