CodeHQ

Archive for December, 2015

|

unorphan.js | Prevents text orphans | jQuery

Friday, December 11th, 2015

A jQuery method to remove text orphans from any element you declare. Light-weight and easy to use!

$(function() {
    unorphan($('p, h1, h2, h3, h4'))
});

Tags: , ,
Posted in jQuery | No Comments »