2015-04-03 38 views

回答

-1

此代碼適用於我。

$('.AttributeList').each(function() { 
       if ($.trim($(this).val()).length > 0) 
        levelcount++; 
      }); 
相關問題