SyntaxFix
Write A Post
Hire A Developer
Questions
The closest thing would be the bind function:
http://api.jquery.com/bind/
$('#foo').bind('click', function() { alert('User clicked on "foo."'); });