Experience Qubeey Message Notifications on your Phone
Experience even more when you join Qubeey
Video Chat 1-1, 1-5, or even with up to 25 contacts at once! Learn More
'); //Add the fade layer to bottom of the body tag.
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({\filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
return false;
});
//Close Popups and Fade Layer
$('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
$('#fade , .popup_block').fadeOut(function() {
$('#popup_name').html('');
$('#fade, a.close').remove(); //fade them both out
});
return false;
});
});