$(".cblClaimSources").on('click', ':checkbox', function (){
alert('im : '+ $(this).attr('id') + ' and my Parent listener is '+ ?????);
});
Is it possible for insider $(this)anyone to know who is his listening parent? [ $(".cblClaimSources")]?
source
share