Jörn Zaefferer
Jörn Zaefferer
Looks good to me
:+1:
The readme in test/browserify still says "npm install jquery-browserify", the rest looks wrong, too. Shouldn't it describe how to install `browserify`?
I just reopened the Core ticket, see there for details: http://bugs.jquery.com/ticket/14515#comment:8
Since Core won't try to normalize this, all we can do is document the canonical solution. Afaik this snippet works consistently and produces a single callback: ``` js $( "html,...
We can start with an example that doesn't have the callback, to keep things simple at first. Use that to talk about the underlying issue and lack of normalization. Then...
@arthurvr interested in taking this over? Or finding someone to write the docs? Sad to see this still open more than a year later...
Here's a good explanation of the underlying mess, along with a future-proof solution called `document.scrollingElement`: https://dev.opera.com/articles/fixing-the-scrolltop-bug/ If I read that correctly, we should document how to animate `document.scrollingElement`, along with...
As mentioned in #810, repeated here since no one mentions the exit code: Whatever the solution here, I'd like you to consider a related, pretty important aspect: The exit code....
@vladikoff there's way too much output there to tell what's going on. Last I tried the global `---force` option, I got a zero exit code for while tasks had errors....