Try:

$('.nominatelink').click(function(e){
  $(this).siblings('img').trigger('click');
  e.preventDefault();
});

Reply via email to