摘要: bind()向匹配元素添加一个或多个事件处理器。 使用方式 $(selector).bind(event,data,function) event:必需项;添加到元素的一个或多个事件,例如 click,dblclick等; 单事件处理:例如 $(selector).bind("click",data 阅读全文
posted @ 2017-03-22 22:40 413Xiaol 阅读(196) 评论(0) 推荐(0)
摘要: 需要引入jquery和bootstrap相关包,然后把下面的代码复制进去就可以了: <div class="modal fade" id="loadingModal" backdrop="static" keyboard="false"> <div style="width: 200px;heigh 阅读全文
posted @ 2017-03-22 22:30 413Xiaol 阅读(3496) 评论(0) 推荐(0)