On 9/8/06, Ian Tyndall <[EMAIL PROTECTED]> wrote:
>
> I was thinking that this should work:
>
> var el = Builder.node('div',{id:'one'},[
> Builder.node('h3',{id:'two'},'another header',[
> Builder.node('div',{id:'content'},'more content')
> ]),
> ]);
> new Insertion.Bottom('contentblock', el);
>
>
> However, it produces the following error in Firebug:
>
> content.stripScripts is not a function - prototype.js (line 1340)
>
Can you post a complete but very short html page that shows this
problem in action?
Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---