Word wrap works well on long strings without any special characters. I\'d like to use it on a URL. Rather than filling all the columns in a row, the text goes to the next ro
var div = document.getElementById("foo");
div.innerHTML = "https://www.google.co.in/search?q=hello+world&ie=utf-8&oe=utf-8&gws_rd=cr&ei=aNqUVZ7ZK4KVuATI3IGIDg";