$(document).ready(function() { $('p').attr('data-height', $('body').height()); // random background color $('body').css('background-color', '#' + ('00000'+(~~(Math.random()*(1<<24))).toString(16)).substr(-6)); });