I have a huge jQuery application, and I\'m using the below two methods for click events.
First method
Onclick Function Jquery
$('#selector').click(function(){ //Your Functionality });