mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 15:20:32 +00:00
* [jquery] Add `preDispatch` and `postDispatch` methods. See https://github.com/jquery/api.jquery.com/issues/752. * [jquery] Fix weak type issue for `SpecialEventHook`. * [jquery] Fix weak type issue for `FixHook`. * [jquery] Add interface for `jQuery.valHooks`. * [jquery] Fix weak type issue for `ValHook`. * [jquery] Add interface for `jQuery.cssHooks`. * [jquery] Properties on `CSSHook` are optional. * [jquery] Use polymorphic `this` for `settings` parameter. * [jquery] Wrap `StatusCodeCallbacks` in a region. * [jquery] Split `@since` tag for consistency.