I am looking for a way to list all elements that have onclick event on a page.
onclick
For a succinct jquery selector, you could use $('[onclick]') however that would only get elements wit the onclick attribute set.
$('[onclick]')