Your IP : 10.10.0.253


Current Path : /var/www/components/com_breezingforms/libraries/jquery/
Upload File :
Current File : /var/www/components/com_breezingforms/libraries/jquery/center.js

jQuery.fn.bfcenter = function ()
{
    this.css("position","fixed");
    this.css("top", (jQuery(window).height() / 2) - (this.outerHeight() / 2));
    this.css("left", (jQuery(window).width() / 2) - (this.outerWidth() / 2));
    return this;
};