Trying to list the event listeners on a website with the following code:
$( document ).ready(function() {
    var s = $._data($('.group4.cboxElement')[0], "events")
    console.log(s);
  });
However getting Undefined on the console.log() line. 
This is the website, I need to see what event listeners are attached to the <a> links in the Gallery tab. 
Edit: Can someone tell me how to listen the events attached, or remove them that would be great.
Browser: Chrome
 
     
    