<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mihael</title>
<link>http://snipplr.com/users/mihael/tags/align</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 12:42:10 GMT</pubDate>
<item>
<title>(jQuery) jQuery plugin: Vertical Align</title>
<link>http://snipplr.com/view/36863/jquery-plugin-vertical-align/</link>
<description><![CDATA[ <p>jQuery plugin for vertical centering the matched elements.

Instructions:

1. Save the code into file: jquery.verticalAlign.js
2. Include "jquery.js" and "jquery.verticalAlign.js" in the head section of your document
3. use like this:

jQuery(document).ready(function($) {

$("#someDiv").verticalAlign();

});</p> ]]></description>
<pubDate>Thu, 08 Jul 2010 00:11:24 GMT</pubDate>
<guid>http://snipplr.com/view/36863/jquery-plugin-vertical-align/</guid>
</item>
</channel>
</rss>