2016-08-22 17 views

答えて

-1

あなたは1つのID、クラスと名前のいずれかでのdivを選択し、同様にその属性を反復処理することができます。

requiredDiv = $('.someDiv').filter(function(){ 
     return $(this).style.prop_name === requiredValue; 
}); 
関連する問題