jQuery Dialog彈出層對話框插件演示

基本操做 默認的 new Dialog('這是一個默認對話框').show(); 非模態對話框 new Dialog('非模態對話框,能夠打開多個!',{modal:false}).show(); 自動關閉 new Dialog('5秒後自動關閉',{time:5000}).show(); 非fixed模式 new Dialog('對話框不隨滾動條移動',{fixed:false}).show()
相關文章
相關標籤/搜索