Monday, September 15, 2008

know this 'document.createDocumentFragment()'?

I know some of you already knew and even very skillful with 'document.createDocumentFragment()', I'm here just to present some new finding that I second time encounter this method, first time I just happend to come across that method when I was searching some technique with dom on W3School site, but yesterday I found that 'document.createDocumentFragment()' is useful and even easy to use.

Creating "createDocumentFragment()" is needed when you want to store a newly created nodes before you wish to append them to ocument. You may find more detail with this link url: http://ronsguide.com/js/docfrag/

No comments: