SyntaxFix
Write A Post
Hire A Developer
Questions
Nothing.
$('#content').click(function(e) { alert(1); });
Will bind to an existing HTML element with the ID set to content, and will show a message box on click.
content
#content