Team:NCTU Formosa/source/header-human practice
From 2013.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".videow").fitVids(); | $(".videow").fitVids(); | ||
+ | $('a.image').click(function() { return false; }); | ||
+ | $('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 04:52, 23 September 2013