mgibson13
5/16/2017 - 12:12 PM

Click Event Listener

Click Event Listener

$('#button-id').click(function () {
  //enter javascript code here 
});