Using a Backbone.js View, say I want to include the following events:
events: { \'click a\': \'link\', \'click\': \'openPanel\' }
Return "false" in your "link" function.