I just wanted to know how jQuery can generate a fade effect in IE browsers when they don’t support opacity? Animating opacity is the way they do the fade in other browsers like Firefox and Chrome.
I went into the code but honestly I couldn’t find anything understandable to me!
I just wanted to know how jQuery can generate a fade effect in IE
Share
From the jquery source, they basically detect if opacity is supported and if not, use IEs alpha filter