随笔分类 -  Bootstrap

在bootstrap开发中,遇到的问题及总结
摘要:在bootstrap开发中,遇到过回键关闭对话框的情况,很简单,遇到这样的问题是因为,在对话框(modal)的button里没有加属性type="button",因为有些浏览器会默认将button的type="submit",加上就type="button",像确认 注意,在modal-footer的所有button都要加上type属性的,不然也会出现这种问题。 阅读全文
posted @ 2013-12-19 14:57 乌冬 阅读(2593) 评论(0) 推荐(0)
摘要:动态对话框:http://nakupanda.github.io/bootstrap3-dialog/对态对话框2:http://bootboxjs.com/index.html#examples可编辑的table表格(好用):http://vitalets.github.io/x-editable/index.html 阅读全文
posted @ 2013-12-18 21:06 乌冬 阅读(493) 评论(0) 推荐(0)