how to use jQuery array reference [closed]
- by user236106
Possible Duplicate:
Problem with jQuery array
$('div#pics>img')[0].show('slow');
where the html is having a bunch of child img tags inside div tag.
but the above posted jQuery line is not working .I was wondering why.:(