Difference between revisions of "Team:OUC-China"
Line 1: | Line 1: | ||
<html lang="en"> | <html lang="en"> | ||
− | < | + | <script type="text/javascript"> |
− | + | (function() { | |
− | # | + | $($(".firstHeading")[0]).hide(); |
− | + | $("#top-section").hide(); | |
− | + | $("#headdiv").hover(function() { | |
− | + | $("#top-section").show(); | |
− | + | },function() { | |
− | + | ||
− | # | + | }).trigger("mousehover"); |
− | + | ||
− | } | + | $("#top-section").hover(function() { |
− | # | + | |
− | + | },function() { | |
− | </ | + | $("#top-section").hide(); |
+ | }).trigger("mousehover"); | ||
+ | })(jQuery) | ||
+ | </script> |
Revision as of 03:42, 12 August 2015