Difference between revisions of "Template:HokkaidoU Japan/js"
Line 38: | Line 38: | ||
} | } | ||
); | ); | ||
+ | |||
+ | $("#microbusters").hover( | ||
+ | function () { | ||
+ | $("#microbusters p").attr({"style":"background-color:#F07B7B"}); | ||
+ | }, | ||
+ | function () { | ||
+ | $("#microbusters p").attr({"style":"background-color:#F5A7A7"}); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | $("#parts").hover( | ||
+ | function () { | ||
+ | $("#parts p").attr({"style":"background-color:#FDC09B"}); | ||
+ | }, | ||
+ | function () { | ||
+ | $("#parts p").attr({"style":"background-color:#FDA068"}); | ||
+ | } | ||
+ | ); | ||
+ | |||
</script> | </script> | ||
</html> | </html> |
Revision as of 11:08, 17 September 2015