ded / bonzo

library agnostic, extensible DOM utility
Other
1.32k stars 137 forks source link

.next() .previous() add selectors #73

Closed adamlukaszczyk closed 12 years ago

adamlukaszczyk commented 12 years ago

It would be nice to have possibility to use selectors inside the next and previous functions, for example to find next visible element or next element with the same class.

what do you think?

rvagg commented 12 years ago

http://github.com/rvagg/traversty

ded commented 12 years ago

woot. that!

ded commented 12 years ago

@dobiatowski what this means is you can add it to your ender bundle with ender add traversty and you should get what you desire

adamlukaszczyk commented 12 years ago

thx for pointing the way