Multiple items for click event

Multiple items for click event

I have an image next to a checkbox and if either of them are clicked I want to run the same function.

I've tried these so far

$(

"#chkHighlight,#imgDirFlag" ).click( function ()

$("#chkHighlight #imgDirFlag").click(function()


Thanks