Alex Boyce
Alex Boyce
When applying the background size behavior to a form button element, the firstChild attribute isn't available because a form button isn't polymorphic of a Node object. In the event that...
When attempting to use `elementHasChildrenCount` with a child selector, the value of `child_selector` is `undefined` inside the `execute()` function. Steps to recreate: The issues comes when trying to select a...
See #36 for details. This is a rebase.
So I realized after I forked and made these changes that a PR was already open (#141), but it was in need of review. I went ahead and made the...
In jQuery 1.9 $.browser was finally removed completely. This script is really helpful and everything else still works with it, so I thought I'd fixed the compat issue and say...