Dave Methvin
Dave Methvin
@ConnorCartwright yes I expected there would be an `event.data` property in that fiddle (since it's a native event). Not sure why there isn't one.
I believe we removed these limitations in 1.9, so the docs need to be changed (after re-verifying we got it right). http://bugs.jquery.com/ticket/11542 https://github.com/jquery/jquery/pull/899 @matteosistisette can you check that the body...
Agreed, we can't guarantee that. Edited.
Changed! There's a "fewer relatives" mother-in-law joke in here somewhere.
Agreed, updated to reflect that @mgol.
Sorry, i just got to this in my inbox! I think you could use `on` if you think of a browser as a platform or `in` as an environment. Either...
> This is not an easy decision to make because, based on the code, the pseudo-selector always select input elements. Well it always selects `inputs` but it can potentially iterate...
Also, the `:text` selector will select `` and other HTML5 elements when the selector is used in a browser that doesn't support HTML5 inputs. That's because the _property_ defaults to...
Can the title here be changed to be more specific and tagged to reflect the remaining tasks? Is there a unit test that could be made to find this? Sounds...
I looked into this a few weeks ago but forgot to create a PR for it. I just made #1583 to document what I found. In general that PR can...