Jon Clark

Results 28 comments of Jon Clark

Thanks for your work on this, @donpark, I'm also running into a case where tags and attribute name cases must be preserved.. on the fringe here :)

Yes please!

Have you tried calling `$.fn.matchHeight.update()` when the tab changes?

I guess I don't really see the use case for the above... I always would assume it would come out like this: ``` html ``` I'm not a fan of...

That still leaves the problem of which element should inherit elements that appear in the `class` attribute. And if the "chain" of the original block element isn't interrupted by a...

Agreed that the old docs should be made available. Only solution at the moment is to search for "site:polyfill.io v2" in Google and view cached results.

@blaasvaer You want to `require('bundle-collapser/plugin')` ```js ( ... ) var collapse = require('bundle-collapser/plugin'); ( ... ) var b = browserify({ entries: admin_app_src, cache: {}, packageCache: {}, plugin: [watchify, collapse] }).transform('babelify',...

Unfortunately, the `input` event gets fired (on Chrome, at least) even during regular typing, so coercing a user's input immediately to an `AutoNumeric` value happens immediately when starting to type...

Hello :) I have been testing this PR today, thank you to @JrDuComptoirDesPharmacies for your work on this! These changes did help us solve a particular use case where we...

@AntoineDuComptoirDesPharmacies Good idea, I'll attempt to make a minimum reproduction of the situation I'm describing.