Difference between revisions of "Template:HokkaidoU Japan/js"
Line 49: | Line 49: | ||
$("#parts").hover( | $("#parts").hover( | ||
+ | function () { | ||
+ | $("#parts").attr({"style":"background-color:#FDA068"}); | ||
+ | }, | ||
function () { | function () { | ||
$("#parts").attr({"style":"background-color:#FDC09B"}); | $("#parts").attr({"style":"background-color:#FDC09B"}); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#notebook").hover( | ||
+ | function () { | ||
+ | $("#notebook").attr({"style":"background-color:#B7EF89"}); | ||
}, | }, | ||
function () { | 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