Dave Methvin
Dave Methvin
I'd wait on that until it's clear what we're doing to the `.on()` API page, which is dependent on the path of the learning changes.
That would work. Looks like the frame in the demo needs a bit more height.
@kswedberg should we really copy/paste that, or just reference the demo? I'm inclined to do the latter.
This was fixed in 3.0 but still needs to be documented for older versions. It affects a _lot_ of Deferred methods so perhaps should be put in a central location,...
Since it's hard to detect which usages are inside jQuery core itself, I am thinking we want to defer this until jQuery core is refactored. Then we can put in...
I removed the milestone because this isn't really possible until we refactor to remove any internal uses of `jQuery.style`. Otherwise it will give warnings due to jQuery's own use. In...
Each time `jQuery.style` is called we'd generate a warning. Even if nobody outside jQuery calls it, our internal calls would mean the warning is generated. We could [do like we've...
@jaubourg @mikesherov Can you suggest wording to correct? I'm not clear on what is wrong here.
It's documented here: http://api.jquery.com/promise/ If you type "promise" in the search box it's the first result. It's under the category "Deferred object" and a jqXHR is a Deferred. I think...
Sorry, more properly it's a subset of Deferred. Note the entry for .promise() says it returns a Promise: http://api.jquery.com/Types/#Promise . The subset returned by .promise() can't be resolved by the...