2017年3月16日

点击事件解绑unbind

摘要: $(".choose").unbind("click").click(function(){} 这个类先解绑了点击事件再添加个点击事件有事如果不这样你点击第二次多多次点击这个按钮会点击一下多次触发事件 阅读全文

posted @ 2017-03-16 14:49 牛奶糖13号 阅读(137) 评论(0) 推荐(0) 编辑

td中文字居中

摘要: <style> .table_style{width: 100%;height: auto;} .table_style tr td{text-align: center;vertical-align: middle!important;height:30px;line-height:30px;} 阅读全文

posted @ 2017-03-16 14:39 牛奶糖13号 阅读(478) 评论(0) 推荐(0) 编辑

导航