Skip to content

v1.0

Compare
Choose a tag to compare
@Rct567 Rct567 released this 15 Sep 21:35
· 23 commits to master since this release
  • now doesn't clone last element in provided content, when using methods like append()/replaceWith(). cloning now only happens when there are multiple targets. this should be inline with how jQuery behaves.
  • fix return type for appendTo/prependTo, issue #12
  • fix returned result for clone(), issue #34