mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-18 16:54:14 +01:00
Use document.body rather than document.getElementsByTagName (Makes things consistent with the rest of the codebase and should be faster) http://jsperf.com/document-body-vs-document-getelementsbytagname-body-0