tags:

views:

10

answers:

0

Has anybody ever had any issues using fadeIn()? I'm working on a project right now and was having a lot of memory leaking, but when I changed all the instances of fadeIn() to css('display','block') it fixed it.