box-sizing-polyfill icon indicating copy to clipboard operation
box-sizing-polyfill copied to clipboard

Simple jQuery plugin for easier implementation of the htc.

Open stephenr85 opened this issue 12 years ago • 1 comments

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(); });

stephenr85 avatar Jun 21 '13 15:06 stephenr85

I like it.

karimmaassen avatar Jul 03 '13 15:07 karimmaassen