public
Description: A jQuery plugin that provides method for copying events from one element to another.
Homepage: http://plugins.jquery.com/project/copyEvents
Clone URL: git://github.com/brandonaaron/copyevents.git
Click here to lend your support to: copyevents and make a donation at www.pledgie.com !
copyevents / ChangeLog.markdown
100644 16 lines (8 sloc) 0.33 kb

New and Noteworthy

1.1

  • Removed cloneWithEvents in favor of the new clone(true) method in the core of 1.2

1.0.1

  • Updated cloneWithEvents to clone events on descendants when doing a deep clone

1.0

  • Updated to work with jQuery 1.1.2+
  • Added cloneWithEvents to clone elements and copy it's events at the same time