I am populating an array with elements using the .each() method and $(this) selector.
.each()
$(this)
(function($){ var elements = new Array()
Use a comma separated list of selectors, wrapped in quotes like so:
$('#id, .selector, .somethingElse').click(function() { //your handler });