Jquery Array
I'm trying to teach myself Jquery. Im having a bit of a problem with arrays.
I have a div loaded up with a couple of images. I can get the length of the images in the div (Could you consider the items in the div as an array with the items inside, because it has a length?)
I cant seem to figure out how to get at any of items in the array. Once I can figure how to get an item (index) in the array, I'll figure out how to use the for loop to do something with the individual item
<div id="imgholder">
<img src="guy.jpg"/>
<img src="guy.jpg"/>
</div>
*wasn't sure if this was a good place to ask jquery questions.
Thanks
