Difference between revisions of "Template:HokkaidoU Japan/js"
(2 intermediate revisions by the same user not shown) | |||
Line 41: | Line 41: | ||
$("#microbusters").hover( | $("#microbusters").hover( | ||
function () { | function () { | ||
− | $("#microbusters | + | $("#microbusters").attr({"style":"background-color:#F07B7B"}); |
}, | }, | ||
function () { | function () { | ||
− | $("#microbusters | + | $("#microbusters").attr({"style":"background-color:#F5A7A7"}); |
} | } | ||
); | ); | ||
Line 50: | Line 50: | ||
$("#parts").hover( | $("#parts").hover( | ||
function () { | function () { | ||
− | $("#parts | + | $("#parts").attr({"style":"background-color:#FDA068"}); |
}, | }, | ||
function () { | function () { | ||
− | $("#parts | + | $("#parts").attr({"style":"background-color:#FDC09B"}); |
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#notebook").hover( | ||
+ | function () { | ||
+ | $("#notebook").attr({"style":"background-color:#B7EF89"}); | ||
+ | }, | ||
+ | function () { | ||
+ | $("#notebook").attr({"style":"background-color:#CFF4B0"}); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#practices").hover( | ||
+ | function () { | ||
+ | $("#practices").attr({"style":"background-color:#FFFC8A"}); | ||
+ | }, | ||
+ | function () { | ||
+ | $("#practices").attr({"style":"background-color:#FFFDB0"}); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#about_us").hover( | ||
+ | function () { | ||
+ | $("#about_us").attr({"style":"background-color:#84E4FD"}); | ||
+ | }, | ||
+ | function () { | ||
+ | $("#about_us").attr({"style":"background-color:#ADEEFE"}); | ||
} | } | ||
); | ); |
Latest revision as of 11:21, 17 September 2015