daneden / Baseline.js

A simple jQuery plugin for restoring vertical baselines thrown off by odd image sizes
http://daneden.me/baseline
699 stars 55 forks source link

Merge Vanilla and jQuery version #18

Closed jcsrb closed 11 years ago

jcsrb commented 11 years ago

keep the Vanilla and register as a jQuery plugin when jQuery is available

like @enyo in Dropzone https://github.com/enyo/dropzone/blob/master/lib/dropzone.js#L1259-1265

enyo commented 11 years ago

:blush:

RadLikeWhoa commented 11 years ago

I made a plain-JS version with exports to jQuery and Zepto. I'd be happy if you guys could just give it a quick test, then I'll submit the PR.

http://jsfiddle.net/RadLikeWhoa/tEcxF/