I've noticed some people use .fadeIn() and .FadeOut() and then I noticed some using .animate({opacity: '0'}) and .animate({opacity: '1'}) .. is there a difference or a reason to pick one over the other?
| SitePoint Sponsor |

I've noticed some people use .fadeIn() and .FadeOut() and then I noticed some using .animate({opacity: '0'}) and .animate({opacity: '1'}) .. is there a difference or a reason to pick one over the other?


Programming Group Advisor
Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
Car is to Carpet as Java is to JavaScript



Programming Group Advisor
Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
Car is to Carpet as Java is to JavaScript

ok thank u !
Bookmarks