Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Originally reported by gnarf at: http://bugs.jquery.com/ticket/12821 This signature should result in an animated toggle/show/hide with the default duration. This has historically been the behavior, and we should test it and...
Originally reported by petka_antonov@… at: http://bugs.jquery.com/ticket/12031 Doing OOP with jQuery events requires a lot of $.proxy boilerplate. the .addEventListener interface allows passing an object as a handler like so: function...
This: ``` js jQuery.Deferred().resolve($.when(1)).then(d => console.log(d.then)); jQuery.Deferred().resolve(Promise.resolve(1)).then(d => console.log(d.then)); ``` should log undefined but instead logs promises' `then` methods, diverging from native `Promise.resolve` behavior.
We now use the [jquery-dist](https://github.com/jquery/jquery-dist) repo to publish jQueries with proper build artifacts. We should update the release script to: 1. No longer include those artifacts in the tag in...
Originally reported by dmethvin at: http://bugs.jquery.com/ticket/15169 https://github.com/jquery/api.jquery.com/issues/514 ===== Not sure if $.animate intend to support generic object. The code below raise exception "Uncaught TypeError: Cannot use 'in' operator to search...
The `jquery-patch` reference was included with the `.js` extension which is not allowed in AMD. Fixes gh-2107
Hi, The jQuery team archived the https://github.com/jquery/api.globalizejs.com repository and would like to move it to the `jquery-archive` GitHub org as the site is dead and the repo hasn't seen updates...
- [x] I have first restarting my IDE and the issue persists. - [x] I have updated to the latest version of the packages. - [x] I have [read the...
If you open the page in Chrome 71 or newer, it displays a blank rectangle with a Stop/Start button. Clicking the button, even multiple times, doesn't do anything. The DevTools...
It's been deprecated in jQuery 3.0.0. Removal PR: https://github.com/jquery/jquery/pull/5017