摘要:
效果:/*title: 窗口标题content: 内容(可选内容为){ text | id | img | url | iframe }width: 内容宽度height: 内容高度drag: 是否可以拖动(ture为是,false为否)原理:主要是对div的z-index的控制。*/$(document).ready(function(){ function TipsWindown(title,content,width,height,drag) { $("#windown-box").remove(); this.title = title; this.content
阅读全文