$(function(){ $("#footer").addClass("bk"); /**$(document).ready(function() { wordsArray = []; result = ''; $('.bbs_view .conwrap .con p').each(function() { var titText = $(this).text(); var words = titText.split(' '); wordsArray = wordsArray.concat(words); console.log(wordsArray); for (var j = 0; j < wordsArray.length; j++) { result += wordsArray[j] + ' '; if (wordsArray[j] == '') { result += '
'; } } $(this).html(result); wordsArray = []; result = ''; }); });**/ });