| Current Path : /var/www/components/com_breezingforms/libraries/jquery/ |
| 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;
};