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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -