Sorry, I am sure this is a simple question but I cannot figure it
out.  I have :

<div class="test">foo</div>
<div class="test">bar</div>
<div class="test">baz</div>
<div class="test">bif</div>

I have a selector:
$("div.test")[2].fadeOut();

This gives a console error:
Error: $("div.test")[2].fadeOut is not a function


>From Jquery in Action I thought the wrapped set was an array that I
could access.

Reply via email to