Dustin Diaz
Dustin Diaz
strange. so what needs to change or not change?
i see. yes. if we keep it, then that is correct, we should just make it check for `null`
oh man i feel silly for implementing this myself when this pull request was sitting here. tests still fail for me for `replaceWith`. @rvagg any thoughts on whether the tests...
thanks for the bug report. i will figure something out
jesus! this is quite the findings. i'll have some closer reading. first things first is to add a test-case into the tests file and then begin running them in safari
if this is how jQuery does it — it seems wrong. i don't understand why the same element would be considered the closest. i suppose this is based on the...
the current implementation is here: https://github.com/ded/bonzo/blob/master/src/ender.js#L41 i suppose we can change the src to look like this ``` js var collection = $(selector), j, k, p, r = [] for...
actually, that would be a pretty great `1.4.0` release, and then add Traversty as a dependency. the only problem then is that this library only ends up working for people...
let's push for a `2.0` release perhaps that removes a bunch of traversal methods in favor of traversty and include it as a dependency in the jeesh.