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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -