I\'ve got a few custom directives that use jQuery for animation effects (angular\'s built-in ngShow/ngHide and the like are functional, but not pretty). I think I remember r
"jqLite" (defined on the angular.element page) provides DOM traversal methods like children(), parent(), contents(), find(), next() (but not previous()). There is no selector-like method.