Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 332 Bytes

File metadata and controls

9 lines (7 loc) · 332 Bytes

jquery valign

A jQuery plugin which vertically center aligns elements within their container.

Example usage:

Specify which element needs to be centered vertically...

$('.element').valign();

View the demo