I found some code on the Internet that I would like to use.
$(document).ready(function() { $(".fbreplace").html.replace(/<!-- FBML /g, ""); $(".fbreplace").html.replace(/ -->/g, ""); $(".fbreplace").style.display = "block"; });
The problem is what the browser thinks
<!--
- a real comment. How do I quote this to tell the browser this line, and this is not a real comment?
keith source share