Team:NCTU Formosa/source/header-safety

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 12:59, 26 September 2013