Response title
This is preview!
Hello, I realized the code below doesn't work and it's needed to write rgb, or extra plugins like jquery-color.
Can you please take into consideration of next jquery edition so that jQuery core reads the fiddle below without any plugin?
Thank you very much.
$(document).ready(function(){
$(".box").click(function(){
if ($(".box").css("background-color") == "red") {
$(".box").html("Success!");
}
});
});
© 2013 jQuery Foundation
Sponsored by and others.