querySelectorAll
or matchesSelector
.changeData
event are now supported.readyWait
property appeared in the Ajax module, which allows you to delay the ready event until the specified time..bind("click", false)
and .unbind("click", false)
. The first is equivalent to .bind("click", function () { return false; })
..click
, can now take two arguments of this type:.click (data, fn)
.show
, .hide
) now have a form with three arguments - time, easing and callback.jQuery.type
and jQuery.isWindow
.Source: https://habr.com/ru/post/106476/
All Articles