]> source.dussan.org Git - jquery.git/commit
Manipulation: Restrict the tbody search to child nodes
authorRichard Gibson <richard.gibson@gmail.com>
Mon, 9 Jan 2017 19:37:12 +0000 (11:37 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2017 19:37:12 +0000 (11:37 -0800)
commitefdb8a46e4213dcf69f792c42c234c6b112ba471
tree72aee4a6e87dd7dcf8cc71262e0bb11ef9f87442
parent9d822bc1c13dd3393b418210a99537c22c06f2c3
Manipulation: Restrict the tbody search to child nodes

For performance, use a querySelectorAll path instead of Javascript iteration.
http://codepen.io/anon/pen/vywJjx?editors=1010

Fixes gh-3439
Closes gh-3463
src/manipulation.js
test/unit/manipulation.js