John R Perry

Results 5 issues of John R Perry

It could be a beta issue so I'm just giving you a heads up that it stopped working and is still not working in V1.17.0-beta3

It would be great if there was a prefix option for the CSS that's being embedded. I wanted to use this form but a lot of the CSS is getting...

Let's say I have a set up like this: ```html ``` This `js` will update the rangeslider if the adjacent input changes ```javascript $('.range-value').on('input', function() { $('#inputRadius').val($(this).val()).change(); }); ``` When...

Optimized the code to only load the necessary characters when the font library is loaded.