Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Joshua Muheim
Is there a way to append DOM to another DOM? [ reply ]  
2009-10-13 20:15
Hi all

Is there a way to append a DOM to another DOM?

Nokogiri::HTML("<p>Test</p>").join(Nokogiri::HTML("<p>Test2</p>"))

Thanks
Josh