ブックマーク / desandro.com (1)

  • jQuery Masonry › Basic Examples

    These examples demonstrate the basic effect of jQuery Masonry. $('#primary').masonry({ columnWidth: 100, itemSelector: '.box' }); itemSelector is specified to rearrange all box elements, including the ones inside another div. <div id="primary" class="wrap"> <div class="box col2">...</div> <div class="box col1">...</div> <div class="box col1">...</div> <div class="box col3">...</div> <div> <div c

    editlife
    editlife 2009/12/12
    不揃いなテキストを簡単な記述でfloatできるjQuery。
  • 1