views:

50

answers:

1

Is it possible to create a document fragment from a string and get a reference to it using the YUI 2.x API? If so, how is it done?

+1  A: 

YUI 2 does not have DOM creation utilities. You'll need to create the doc frag and populate it yourself.

Luke