千里之行,始于足下

          專注技術

          BlogJava 首頁 新隨筆 聯系 聚合 管理
            4 Posts :: 1 Stories :: 0 Comments :: 0 Trackbacks

          2012年8月15日 #

          HTTP Request header  http://www.cnblogs.com/lexus/archive/2012/02/21/2360944.html 
           HTTP協議詳解http://www.cnblogs.com/TankXiao/archive/2012/02/13/2342672.html 
          posted @ 2012-08-15 11:40 千里之行,始于足下 閱讀(199) | 評論 (0)編輯 收藏

          2012年8月9日 #

          // Add this code anywhere you want (after jQuery has been loaded). 
          //
           Edit it to add your own expressions. 
          jQuery.extend(jQuery.expr[':'], { 
              /////////////////////////////////////////////////////////// 
              // form elements that are submitable based on these criteria 
              //    element is not disabled 
              //    element has a selected or checked attribute 
              //    element is a textarea 
              //    element is an input of type text or hidden 
              // 
              //  @usage: $(':submitable') 
              //  @usage: $('#myForm :submitable') 
              submitable: function(a) { 
                  return !a.disabled&&(a.selected||a.checked||(a.nodeName.toUpperCase()=='TEXTAREA')||(a.nodeName.toUpperCase()=='INPUT'&&(a.type=='text'||a.type=='hidden'||a.type=='password'))); 
              }, 
              /////////////////////////////////////////////////////////// 
              // elements that have a type attribute not equal to hidden 
              //    use if you want to select all input elements that are not hidden 
              //  @usage: $('input:nothidden') 
              nothidden: function(a) { 
                  return a.type&&a.type!='hidden'; 
              } 
          }) 
               
          posted @ 2012-08-09 23:30 千里之行,始于足下 閱讀(1799) | 評論 (0)編輯 收藏

          jquery 三段論:給錢($)—找人(選擇器)—做事(回調函數)
          posted @ 2012-08-09 23:23 千里之行,始于足下 閱讀(231) | 評論 (0)編輯 收藏

          2011年11月13日 #

          為工作而煩惱。。。
          未來
          已不再遙遠。
          不再年輕
          不再青春
          努力吧!
          posted @ 2011-11-13 13:38 千里之行,始于足下 閱讀(226) | 評論 (0)編輯 收藏

          僅列出標題  
          主站蜘蛛池模板: 扶余县| 潼关县| 静海县| 大丰市| 齐河县| 略阳县| 五常市| 美姑县| 鄂尔多斯市| 承德县| 长沙县| 班玛县| 澎湖县| 乌拉特后旗| 通许县| 邹城市| 峨眉山市| 比如县| 广东省| 曲松县| 金堂县| 神木县| 丹棱县| 湘阴县| 望江县| 佛学| 电白县| 鱼台县| 丰原市| 缙云县| 江达县| 台前县| 景宁| 诸城市| 波密县| 万全县| 内黄县| 蕉岭县| 连州市| 西昌市| 汶川县|