jQuery pilih elemen html

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