Dominic Barnes
Dominic Barnes
I was wanting to extend the `Query` prototype to allow for some custom query chain helpers. I was really hoping to do this via JavaScript, as I'm not a C...
Would be nice to assert based on prop. (so far, only attr is supported, but they are not the same) My use case is that I'm checking for indeterminate checkboxes,...
Howdy there, would be nice if I could have assertions on jQuery custom data attached to elements. For example ``` html ``` ``` javascript $expect("#test").to.have.data(); $expect("#test").to.have.data("foo"); $expect("#test").to.have.data("foo", "bar"); ``` I...
Fixes #7 and adds support for shallow-cloning arrays/objects. This change is fully backwards-compatible, it simply adds another argument/flag. (tests included)
Would be nice if this lib had the option to do a shallow clone instead. (better performance when you know that's what you need) ``` js // normal (deep) var...
This PR depends on component/builder2.js#64 and adds support for a relative `swfPath` thanks to a feature of the builder. If the other PR is rejected, this will be closed as...
While working on this lib, I thought it might be worthwhile to change mocha from a git submodule to a component development dependency.