Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Little IE Fix Required


Project:Color Animations
Version:1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi John et all,

was browsing my local files here and noticed that I modded the jquery.color.js in order to let it play nice in IE.

Just after the "(function(jQuery){" wrapper, I added this little line here:

// Bramus! fix for IE
if (!jQuery.fx.step) { jQuery.fx.step = new Object(); }

as it would spit out errors complaining about step being undefined.

Regards,
Bramus!