I\'m trying to write a jquery function that loops through an unordered list (the ul element having the id \"intro\") and individually fades in and fades out each element. This
I think you are not selecting the li like you want. Try like this:
The first parameter of this "each" function is not the element itself. It is the index