Code Monkey home page Code Monkey logo

sdvertalign's Introduction

sdVertAlign

AUTHOR: Adam Merrifield
VERSION: 2.1.2

About sdVertAlign

I'm always using this plugin to vertically align child elements within their parent element. It's simple, it's quick, it works most of the time.

Contents

  • README.mdown
  • jquery.sdvertalign.js - development version
  • jquery.sdvertalign.min.js - minimized version

Argument definitions

  • parent (optional): the parent element containing the elements you wish to vertically align (if different then the elements actual parent). Parent is automatically detected if left blank.
  • 'margin' or 'm' (optional): sets the distance to center using margin instead of padding.
  • 'outer', 'outerHeight' or 'o' (optional): bases the height calculation on outer height of each element instead of inner height.

Usage

// default
$('.someInnerElement').sdVertAlign();

// uses margin and outer height to set vertical alignment
$('.someInnerElement').sdVertAlign('m','o'); 

// uses outer height to set vertical alignment
$('.someInnerElement').sdVertAlign('outer');

// sets vertical alignment of .someInnerElement child element
// to .someInnerElement parent
$('.someInnerElement div').sdVertAlign($('.someInnerElement').parent());

// sets vertical alignment of .someInnerElement
// to another element (not default parent)
$('.someInnerElement').sdVertAlign($('.anotherThing'),'margin');

sdvertalign's People

Contributors

seydoggy avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.