artDialog4.1.7精简版

  • 内容
  • 评论
  • 相关

 

实例:

360截图20151204221738879.jpg

 

代码:

<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/1.9.1/jquery.js"></script>
<script src="artDialog.js"></script>
<link rel="stylesheet" href="./skins/simple.css" />


<input type="button" value="dialog">
<script>
    $("input").click(function(){
      art.dialog({
 icon: 'succeed',
    content: '我是内容',
 lock: true,
 title: '我是title',
 width: 200,
    height: 100,
    drag: true,
 time: 3,
 ok: function () {
     this.title('1秒后自动关闭').time(1);
        return false;
    },
});
    })
</script>

 

官方网站:http://lab.seaning.com/

精简版demo地址:

链接:http://pan.baidu.com/s/1bnWk2Gv 密码:rr07

 

 

本文标签:

版权声明:若无特殊注明,本文皆为《菜鸟站长》原创,转载请保留文章出处。

本文链接:artDialog4.1.7精简版 - http://www.wlphp.com/?post=41

发表评论

电子邮件地址不会被公开。 必填项已用*标注