The Easiest Way to Save and Share Code Snippets on the web

jQuery: Define onclick function

javascript | by: fplag

posted: Aug, 13th 2009 | jump to bottom

$('#myID').click(function() {
	// ...
});
232 views