千里之行,始于足下

          專注技術

          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)  編輯  收藏

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


          網站導航:
           
          主站蜘蛛池模板: 当涂县| 龙门县| 东乡族自治县| 赤峰市| 金华市| 砚山县| 舞阳县| 泾源县| 溧阳市| 富宁县| 金昌市| 南城县| 革吉县| 肇源县| 全州县| 浏阳市| 济源市| 松溪县| 天台县| 宜兴市| 康平县| 察隅县| 仲巴县| 文昌市| 和平县| 兴业县| 南康市| 宣化县| 沾益县| 涟水县| 平谷区| 西昌市| 萝北县| 固原市| 进贤县| 富民县| 贺兰县| 抚松县| 四平市| 东宁县| 准格尔旗|