An open API service indexing awesome lists of open source software.

https://github.com/helti/easymodal

A easy Modal for web page
https://github.com/helti/easymodal

Last synced: about 1 month ago
JSON representation

A easy Modal for web page

Awesome Lists containing this project

README

          

### 一款简易的jquery 模态框插件

#####调用方法



$(function(){
$("ele").modal({
content:'.con' //自定义内容
closeele: '', //关闭模态框按钮
animatecss: '', //css3动画class
width: //模态框的宽度
height: //模态框的高度
});
})