Bug 1741987: Update jquery - Attributes
Attributes
Breaking change: .removeAttr() no longer sets properties to false
- replace removeAttr with checked, selected, readonly or disabled -migration tool also complained about this last one- and replace with .prop("attr", false)
Breaking change: select-multiple with nothing selected returns an empty array
- could not find any select multiple elements
Deprecated: .toggleClass() with no arguments and .toggleClass( Boolean )
- there are no .toggleClass() or toggleClass( Boolean ) in core
behatnotneeded
Change-Id: I20c941b1bcd9b1be3ae22907ab83b59b157fbd88
Loading
Please sign in to comment