JQUERY SELECT HTML Element

$("element").on("click", function (){})
// element = html element and rest you can change to your liking 
Shiny Shrimp