I have:
<div class="result">
<div class="child">
<h2>afsdf</h2>
<p>ardyh</p>
</div>
<div class="child">
<h2>....
..
</div>
</div>
and want to replace all in .result with
<p>please wait..</p>
$x('.result').html('remove') does nothing and no method of .html removes the children.
How to to it?
regards, /t
x$and not$x? Have you gotten anything to work? Are there errors on the console? – James Montagne Nov 2 '11 at 13:49