LeoCreer / center-me.js

Center Me JS jQuery Plugin allows users to center any element on the screen. Vertical and Horizontal center alignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

center-me for Angular v 1.0

Angular.js

Have you ever wanted to center a element regardless of the width or height. For example you have have a dynamic element with width and height that changes over time. You need it stay centered no matter what. Try my Angular.js directive 'center-me' its as easy as 1,2, center-me

###How to use center me.

Angular compatibility 1.2 to 1.5x

Add center-me to your App

var yourApp	= angular.module('yourApp', ['CenterMeDirective']);

Add center-me to your element

<div center-me>
	Put anything you want here it will get centered I promise lol
</div>

jQuery

center-me for jQuery v 1.0

jQuery plug-in is under construction is should still work

About

Center Me JS jQuery Plugin allows users to center any element on the screen. Vertical and Horizontal center alignment.

License:GNU General Public License v2.0


Languages

Language:HTML 64.6%Language:JavaScript 35.4%