bind - How to rebind jQuery Color box after some items have been filtered -


a have galeria of items shows bigger picture after clicking. after filtering elements (using .hide()), colorbox slideshow keeps showing elements.

i've tried use:

$('.colorbox').die().live('click', function() {   $.fn.colorbox({href:$(this).attr('href'), open:true});   return false; } 

but show slideshow items in rel item clicked.

how can rebind items not filtered?

have tried removing rel attribute when hiding filtered elements? can in jquery using removeattr


Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -