Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

#209
$(".sub > div > li > a").each(function(){
$(this).mouseenter(function(){
$(this).css('color',$.cookie('colpick'));
});

$(this).mouseleave(function(){
$(this).css('color','#efefef');
});
});

$("a").each(function(){
$(this).mouseenter(function(){
$(this).css('color',$.cookie('colpick'));
});

$(this).mouseleave(function(){
$(this).css('color','#efefef');
})
});

lol working on a colorpicker using hex codes instead of set colors and classes.
[Image: SIG.PNG]

Users browsing this thread: 15 Guest(s)