Brand new to jQuery. I was trying to set up an event listener for the following control on my page which when clicked would display an alert:
$("#filter").click(function(){ //Put your code here });