精灵饭饭

随笔分类 -  jquery弹框

多个弹框用法整理
prompt弹框返回输入的文本
摘要:演示网址链接http://www.w3school.com.cn/jsref/met_win_prompt.asp <html> <head> <script type="text/javascript"> function disp_prompt() { var name=prompt("请输入您 阅读全文

posted @ 2016-11-29 09:37 精灵饭饭 阅读(391) 评论(0) 推荐(0)

layer弹框
摘要:官网http://layer.layui.com/ /!*如果是页面层*/layer.open({ type: 1, content: '传入任意的文本或html' //这里content是一个普通的String}); layer.open({ type: 1, content: $('#id') 阅读全文

posted @ 2016-11-28 15:13 精灵饭饭 阅读(284) 评论(0) 推荐(0)