08 2016 档案
摘要:<div class="col-md-4 mt"> <div class="friend-list"> <h4 class="title" id="fri-title"><i class="fa fa-angle-down" id="i-icon"></i>选择收件人</h4> <ul class=
阅读全文
摘要:其中一些为bootstrapd class注意引用的时候加上bootstrap的样式 希望可以帮到你!!!!!!
阅读全文
摘要:取消 保存 1 //添加键盘事件 2 document.onkeyup = function (event){ 3 var e = event || window.event; 4 var keyword = e.keyCode || e.which; 5 switch(keyword){ 6...
阅读全文
摘要:1 <!DOCTYPE html> 2 <html lang="zh-CN"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewpo
阅读全文
摘要:$("input:radio[name='p_pricetype']").click(function(){ var val=$('input:radio[name="p_pricetype"]:checked').val(); if(val==1){ $("input[name='p_spot']
阅读全文