9 September 2008 1 Comment

YUI 3 experimental example

As a YUI fan, I am excited about new release of YUI. There is a total diffrence between YUI 2.x and YUI 3.x. Now it is time to try new YUI 3.x

I made an experimental example using Node and Event modules. Here is the example.

Creating elements are very easy with new YUI:

Y.Node.create('<div class="class" style="style:value;">
Lorem ipsum
</div>');

One Response to “YUI 3 experimental example”

  1. hussein 20 September 2008 at 01:02 #

    Nice example. It seems like the paint.


Leave a Reply