groups

Link to this snippet:


Download to Code Collector

language: HTML
licence: Other

Document ready function

options: send to code collectorview all viadesk bv's snippets
<script type="text/javascript">
		$(document).ready(function() { 
		  $("#mijnid").click(function(){
				   $(this).hide("slow").show("slow");
				   return false;
				 });
		}); 
</script>
<a href="#" class="remove">Img weg en terug!</a>