Skip to content

UtillYou/iwindow.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用方式

  • 引入代码库
<link rel="stylesheet" href="iwindow.css">
<script src="jquery.js" charset="utf-8"></script>
<script src="iwindow.js" charset="utf-8"></script>
  • 对任何想要弹出的代码调用 iwindow,比如有类名为 aaadiv:
$('.aaa').iwindow('show');
  • 也可以传入参数
$('.aaa').iwindow('show',{
  dragable:true,
  title:'hello,world',
  titleBgColor:'#e3695f'
})
  • 预览

预览

About

js 弹窗控件,支持无限层级,窗口拖拽

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published