千里之行,始于足下

          專注技術

          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 千里之行,始于足下 閱讀(200) | 評論 (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 千里之行,始于足下 閱讀(228) | 評論 (0)編輯 收藏

          僅列出標題  
          主站蜘蛛池模板: 舞钢市| 巴彦县| 水富县| 日土县| 太仓市| 塔城市| 白城市| 靖安县| 安宁市| 平谷区| 烟台市| 玉门市| 长顺县| 关岭| 甘泉县| 和硕县| 凤庆县| 台山市| 巩留县| 龙州县| 永福县| 荣成市| 桦川县| 阳原县| 尼木县| 赫章县| 三明市| 麻栗坡县| 句容市| 连南| 桐城市| 长武县| 珲春市| 文昌市| 体育| 安达市| 台州市| 田阳县| 若羌县| 龙井市| 东辽县|