Say I have the following :
var a = $(\"#a\"); var b = $(\"#b\"); //I want to do something as such as the following : $(a,b).click(function () {/* */}); //