After reading the post on browser rendering perforamnce, I tried some performance tests. You can see the test in the following url:
See the chrome result. Doing with jquery element is faster than doing with document.createDocumentFragment. Surprising for me!!