Added new replaceWith() (replace all matched elements with the specified HTML/DOM...
authorJohn Resig <jeresig@gmail.com>
Sat, 25 Aug 2007 05:12:20 +0000 (05:12 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 25 Aug 2007 05:12:20 +0000 (05:12 +0000)
commit3ae74b523ec379a1753d116bb7f1aec8db2c52d4
tree883e5ae3ec74b3bf68233eef87ce2ef70d4ff171
parent0477a6e99e95ae93da983e7fc2a30bf16ea8ca77
Added new replaceWith() (replace all matched elements with the specified HTML/DOM Elements/Array/etc.) and replaceAll() (replace the specified elements with the set of matched elements).
src/jquery/coreTest.js
src/jquery/jquery.js