Skip to content

Instantly share code, notes, and snippets.

@seyna
Created June 2, 2013 09:39
Show Gist options
  • Save seyna/5693157 to your computer and use it in GitHub Desktop.
Save seyna/5693157 to your computer and use it in GitHub Desktop.
MixItUp.js 打造 container 和內容
<ul id="Grid">
<li class="mix dogs"></li>
<li class="mix cats"></li>
<li ...
</ul>
#也可以加入其他 HTML5 data attributes 幫助排序/filter
<ul id="Grid">
<li class="mix dogs" data-name="Abby" data-age="2"></li>
<li class="mix cats" data-name="Bucky" data-age="9"></li>
<li ...
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment