Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

equal


jHeights

Have you ever had a two or three column layout, and the column heights just wouldn't line up. Yeah? Then jHeights is for you. With just a simple function call, your column heights will be equal!

$(document).ready(function(){
$("#example_div").jheights();
});

****NOTE****
HTML markup must follow this pattern:

<div id="example_div">
  <div id="left"></div>
  <div id="center"></div>
  <div id="right"></div>
</div>

...where div#example_div is the selector the function will be called on and left, center, and right are the columns that need the same height

Contact me about custom versions!