Fading in/out a jquery list

后端 未结 5 349
误落风尘
误落风尘 2021-01-27 23:12

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

5条回答
  •  后悔当初
    2021-01-27 23:50

    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

提交回复
热议问题