Re: removing an HTML element
- From: "Csaba Gabor" <danswer@xxxxxxxxx>
- Date: 30 May 2006 14:43:32 -0700
petermichaux@xxxxxxxxx wrote:
I'm trying to remove an html element in the example below. I don't see....
the "bye" message at the end and there are no errors reported in
Firefox or exceptions caught if I wrap the remove child line in a
try-catch. Any ideas what is wrong?
Thanks,
Peter
<div id="my_div">hi<div>
It works better for me if I close the element thusly:
<div id="my_div">hi</div>
Csaba
.
- Follow-Ups:
- Re: removing an HTML element
- From: petermichaux
- Re: removing an HTML element
- References:
- removing an HTML element
- From: petermichaux
- removing an HTML element
- Prev by Date: Re: Download and cache page without displaying it?
- Next by Date: Re: regex question - trying to find ".mp3" in a SELECT box
- Previous by thread: removing an HTML element
- Next by thread: Re: removing an HTML element
- Index(es):
Relevant Pages
|