i am using this code and it is working on all browsers without a glitch but with IE all versions it`s not working can anyone help me with this
$('a.download').each(function() {
$(this).colorbox({href:$(this).attr('href') + ' div#download_popup',onComplete: function(){
$('div.sociable').hide();
$('a#share_button').click( function(){
$('div.sociable').slideToggle().show();
});
}})});