@ -1,20 +1,8 @@
---
layout: nil
title: Layout Modes
layout: demo
category: demos
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
</head>
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
@ -81,5 +69,3 @@ category: demos
});
</script>
</body>
</html>
@ -1,25 +1,8 @@
title: Filtering
</section>
<section id="options" class="clearfix">
@ -73,5 +56,3 @@ category: demos
title: Sorting
<p>Sort item elements based on any data you can extract from them.</p>
@ -73,6 +61,3 @@ category: demos
title: reLayout
<p>Use the <code>reLayout</code> method to easily arrange item elements after a change.</p>
@ -5,7 +5,8 @@ category: demos
<p>The <code>insert</code> method will append, add items to the widget, filter, sort, and then layout all items</p>
<p>The <code>appended</code> method adds items to the widget, and then lays out only the new items.</p>
<section id="options">