jQuery布局插件 Masonry

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-31 14:44:49

软件介绍

Masonry是一 个用来布局的jQuery插件,看了下面这张对比图你就知道它的用途:

配置Masonry相当容易,只需要在jQuery脚本中的wrapping container元素中加上.masonry()方法。

 

multiple widths:

$('#wrapper').masonry({ columnWidth: 200 });

 

same width

$('#wrapper').masonry({ singleMode: true });

 

 

部分使用示例:

 

 

下 载 jquery.masonry.js

 

下 载 jquery.masonry.min.js

本文地址:https://www.codercto.com/soft/d/22359.html

Out of Control

Out of Control

Kevin Kelly / Basic Books / 1995-4-14 / USD 22.95

Out of Control is a summary of what we know about self-sustaining systems, both living ones such as a tropical wetland, or an artificial one, such as a computer simulation of our planet. The last chap......一起来看看 《Out of Control》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器