2011-11-14 14 views

答えて

5

最初に要素コレクションをループします。

this.controls.each(function(element, index){ 
    element.addEvent('click', function(event){ 
     if (this.hasClass('h-inactiveslideshowcontrol')) { 
      alert(index); 
     } 
    }); 
}); 
+1

彼はまた 'this.controls.indexOfを(これ)を行うことができます;' - 代表団が素敵 –

+0

ハを、使用されている場合は特に、実際にこれを知っていませんでした。 –

+0

。 'indexOf(element)'です。ドゥー –

関連する問題