box-sizing-polyfill
box-sizing-polyfill copied to clipboard
Simple jQuery plugin for easier implementation of the htc.
The jQuery plugin applies the boxsizing.htc behavior asynchronyously as to not delay the rest of the page. If the browser already support boxSizing, the plugin does nothing.
Usage would be something like:
$(document).ready(function(){ $.fn.boxSizing.defaults.htcPath = '/js/boxsizing.htc'; $('*').boxSizing(); });
I like it.