
After reading the post on browser rendering perforamnce, I tried some performance tests. You can see the test in the following url:
http://jsperf.com/document-createfragment-vs-jquery-element
See the chrome result. Doing with jquery element is faster than doing with document.createDocumentFragment....