Difference between revisions of "Template:HokkaidoU Japan/js"
Line 41: | Line 41: | ||
$("#microbusters").hover( | $("#microbusters").hover( | ||
function () { | function () { | ||
− | $("#microbusters | + | $("#microbusters div").attr({"style":"background-color:#F07B7B"}); |
}, | }, | ||
function () { | function () { | ||
− | $("#microbusters | + | $("#microbusters div").attr({"style":"background-color:#F5A7A7"}); |
} | } | ||
); | ); | ||
Line 50: | Line 50: | ||
$("#parts").hover( | $("#parts").hover( | ||
function () { | function () { | ||
− | $("#parts | + | $("#parts div").attr({"style":"background-color:#FDC09B"}); |
}, | }, | ||
function () { | function () { | ||
− | $("#parts | + | $("#parts div").attr({"style":"background-color:#FDA068"}); |
} | } | ||
); | ); |
Revision as of 11:11, 17 September 2015