- Envato Staff
- Reviewer
- Community Moderator
- Venezuela
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
Hey guys I’m having this issue:
I’m using the jQuery Color plugin to animate some elements. This example is working flawlessly in Firefox but in webkit fails. Any ideas why this plugin doesn’t work in Webkit? Did you have this issue before? [Apparently is a common issue]
$(".main_sidebar ul li a").hover(function() {
$(this).stop().animate({ backgroundColor: "#f1f1f1" }, 200);
},function() {
$(this).stop().animate({ backgroundColor: "#ffffff" }, 200);
});
- Attended a Community Meetup
- Author had a Free File of the Month
- Author was Featured
- Blog Editor
- Bought between 50 and 99 items
- Contributed a Tutorial to a Tuts+ Site
- Envato Staff
- Exclusive Author
- Featured in a Magazine
Ahh – didn’t know about that. Also check out jQuery UI’s implementation.
- Envato Staff
- Reviewer
- Community Moderator
- Venezuela
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
Ahh – didn’t know about that. Also check out jQuery UI’s implementation.
I did and now is working in webkit but not in Firefox lol
EDIT : Is working now – I’m using jQuery UI Core + Effects Core (16kb)
Thanks so much for the help Jeffrey.
Ahh – didn’t know about that. Also check out jQuery UI’s implementation.
I did and now is working in webkit but not in Firefox lolEDIT : Is working now – I’m using jQuery UI Core + Effects Core (16kb)
Thanks so much for the help Jeffrey.
if it works in firefox opera and IE, why not use css3 check the sandbox(note Ive only set it upfor chrome and safari)
- Envato Staff
- Reviewer
- Community Moderator
- Venezuela
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
if it works in firefox opera and IE, why not use css3 check the sandbox(note Ive only set it upfor chrome and safari)Ahh – didn’t know about that. Also check out jQuery UI’s implementation.
I did and now is working in webkit but not in Firefox lolEDIT : Is working now – I’m using jQuery UI Core + Effects Core (16kb)
Thanks so much for the help Jeffrey.
Why not jQuery and a CSS3 fallback if JavaScript is disabled? 
Why not jQuery and a CSS3 fallback if JavaScript is disabled?if it works in firefox opera and IE, why not use css3 check the sandbox(note Ive only set it upfor chrome and safari)Ahh – didn’t know about that. Also check out jQuery UI’s implementation.
I did and now is working in webkit but not in Firefox lolEDIT : Is working now – I’m using jQuery UI Core + Effects Core (16kb)
Thanks so much for the help Jeffrey.![]()
haha +1
