Demo
HTML öğesi içeriğinin üstüne gelince arkaplanın değişmesini sağlar.

Talimatlar:

// Normal CSS :hover style:
#navHome:hover{background:#f00}

// Same CSS with hover class:
#navHome:hover, #navHome.hover{background:#f00}
Kullanım Şekli:

// Format: $(selector).blend(speed, callback);

// Examples: $('a#nav1').blend(); $('a#nav2').blend(600); $('a#nav3').blend(300, function(){ alert('hello'); });

İndir