$('.news_elements .to_modal').unbind('click').removeAttr('onclick').bind('click',function(e){ var $link = $(e.currentTarget); e.preventDefault(); $.nyroModalManual({ url: $link.attr('rel') }); return false; });