Skip to content

Instantly share code, notes, and snippets.

$(document).ready(function() {
var $counter = $('<p class="viewport-width-counter" />');
$('html').append($counter);
if ($('p.viewport-width-counter').length) {
$counter.css({
'position': 'fixed',
'top': 0,