the content here will be centered
the content here will be centered
$("element").center();
the content here will be centered horizontally
$("element").center({
vertical: false;
});
the content here will be centered vertically
$("element").center({
horizontal: false;
});