On 1/7/06, Jonathan Boutelle <[EMAIL PROTECTED]> wrote:
> All,
>
> I'm a big fan of the Insertion.* classes in prototype
> (Insertion.Before, Insertion.After, Insertion.Top, Insertion.Bottom).
> These classes solve the problem of adding new html to existing html
> in the desired place. Very useful.
type update.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan
Boutelle
Sent: Saturday, January 07, 2006 4:38 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] Replacing an html chunk with a different html
chunk
All,
I'm
All,
I'm a big fan of the Insertion.* classes in prototype
(Insertion.Before, Insertion.After, Insertion.Top, Insertion.Bottom).
These classes solve the problem of adding new html to existing html
in the desired place. Very useful.
But what about replacing one chunk of HTML with another? Or