Skip to content

1.3.0

Compare
Choose a tag to compare
@shshaw shshaw released this 04 May 18:58
· 546 commits to master since this release

Added

  • $.fn.removeClass will remove all classes when no arguments are provided. #110
  • $.fn.trigger will now pass along the data in the second argument as event.data. #83
  • $.fn.data now accepts an object to set multiple data at once. #96 #95

Fixed

  • Delegated events now receive the original event object. #109
  • null and falsey arguments no longer throw errors on the class methods. #110
  • $.fn.attr no longer throws errors on empty collections #111 #52
  • $.fn.attr returns values more logically ( undefined instead of null , undefined instead of a collection ) #111