I have this simple jomsocial jquery function that works perfect in Chrome, Safari and FireFox. But does not want to work in any IE version.
See my code, please help
joms.jQuery('#player-notice a.close').click(function(){
/alert('shoot click works boss');
joms.jQuery("#player-fp").attr('src', '');
joms.jQuery('#player-notice-wrapper').slideUp();
if (jQuery.browser.msie) {joms.jQuery('#player-notice-wrapper').hide();}
return false;
});
If you notice I even tried the jquery.msie feature and still did not work.
joms.jquery, is the joomla jquery library. But it works on every other browser. Except IE.
Need to figure the fix..
Thank you in advance