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
- Host: GitHub
- URL: https://github.com/helti/easymodal
- Owner: HelTi
- Created: 2016-11-10T01:42:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T01:58:11.000Z (over 9 years ago)
- Last Synced: 2025-12-29T14:15:37.607Z (5 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### 一款简易的jquery 模态框插件
#####调用方法
$(function(){
$("ele").modal({
content:'.con' //自定义内容
closeele: '', //关闭模态框按钮
animatecss: '', //css3动画class
width: //模态框的宽度
height: //模态框的高度
});
})