[jQuery] Re: How do I find and replace HTML comments?

2008-06-26 Thread Joel Newkirk
Or, if you're writing straight HTML without PHP, you could try Server-Side Includes. http://httpd.apache.org/docs/1.3/howto/ssi.html#today'sdate j On Wed, Jun 25, 2008 at 5:59 AM, M. <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a HTML page and I've included a HTML comment above my > tag w

[jQuery] Re: How do I find and replace HTML comments?

2008-06-25 Thread Karl Swedberg
Hi M., jQuery doesn't help much with comments, but you can do this fairly easily with some poj (plain ol' javascript). Keep in mind, though, that using JavaScript to manipulate the HTML source will have no discernible effect on the standard "View Source" content. The only way someone wil