- ` using Jquery, but the animation effect never appears on the page. Am i doing a mistake in specifying the fadeIn effect?
This is how my code looks
- First Item
- Second Item
- Third Item
- Fourth Item
-
-
The Jquery is as follows (on button click)
var liData = "
- A New Item "; $('#myUL').prepend(liData).fadeIn('slow'); Though the `
- ` appears correctly on the page, i donot see the fadeIn effect on the page. Am i doing something wrong in binding the data and the effect on the item?
以上就是jquery animations when appending html的详细内容,更多请关注web前端其它相关文章!