千里之行,始于足下

          專注技術

          BlogJava 首頁 新隨筆 聯系 聚合 管理
            4 Posts :: 1 Stories :: 0 Comments :: 0 Trackbacks
          // 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 on 2012-08-09 23:30 千里之行,始于足下 閱讀(1799) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 永寿县| 莒南县| 南康市| 天津市| 鲁甸县| 鄂托克前旗| 武夷山市| 贡觉县| 德令哈市| 新民市| 界首市| 庆城县| 温泉县| 襄垣县| 司法| 白城市| 霍州市| 河津市| 红桥区| 南投县| 阳东县| 长岛县| 阜新| 仁化县| 射阳县| 开远市| 苏尼特右旗| 夏河县| 竹山县| 松溪县| 湟源县| 大余县| 伊通| 金坛市| 中牟县| 阿拉善右旗| 麻栗坡县| 张家港市| 利津县| 阜南县| 芜湖县|