Team:NCTU Formosa/source/header-results
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
} | } | ||
</style> | </style> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $('a.image').click(function() { return false; }); | ||
+ | $('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); }); | ||
+ | }); | ||
+ | </script> |
Revision as of 13:00, 26 September 2013