Added support for .contents(). Returns ALL child nodes for an element - except for...
authorJohn Resig <jeresig@gmail.com>
Fri, 31 Aug 2007 03:38:02 +0000 (03:38 +0000)
committerJohn Resig <jeresig@gmail.com>
Fri, 31 Aug 2007 03:38:02 +0000 (03:38 +0000)
commit85afa7c1ba32e2e867b89e4222a4d27ea97dd20d
treebec8dbe7a8c6810fd2b62f74e3bdbe3bd180e1c5
parent079d651e10bc19a28c49945617e842415dc41981
Added support for .contents(). Returns ALL child nodes for an element - except for on an IFrame, then it returns the IFrame's document. This fixes #1024.
src/jquery/coreTest.js
src/jquery/jquery.js