Skip to content

bebraw/jquery.center.js

Repository files navigation

jquery.center.js - Centers your elements

This little plugin centers your element. Just $element.center().

Based primarily on a Stack Overflow answer with a few tweaks of my own.

Installation

Add prepackaged dist/jquery.center.js to your page. There is also a minified version available.

Alternatively you may install the plugin via Bower.

Development

You'll need to have Node, Bower and Grunt installed. After that the following workflow should do the trick:

  1. sudo npm install
  2. bower install
  3. grunt

The last command will run a development server.

License

jquery.center.js is available under MIT. See LICENSE for more details.