I personally use jQuery live function .
jQuery("a#[id^='domore_']").live('click', function(){
jQuery.fancybox({
'autoDimensions' : false,
'width' : 'auto',
'height' : 'auto',
'href' : $(this).attr('href')
});
return false;
});
. , , jQuery 1.4.2 IE, 1.4.1, , . ( "live" () "change", JQuery 1.4.2 IE ( 1.4.1) " Google, , )
,