I can always make this work (simple printing of the clicked object):
$("someobject").click(function() {console.log(this)});
and I can a