$('#rem-size').on("input", function() { $('html').css({'font-size': $('#rem-size').val() + 'px'}); });