Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'method-to' into qbits-new
  • Loading branch information
mpenet committed Oct 1, 2012
2 parents 2ac36fe + 4bb0480 commit e357607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jayq/core.cljs
Expand Up @@ -184,6 +184,9 @@
([$elem selector filtr]
(.parentsUntil $elem (->selector selector) (name filtr))))

(defn children [$elem selector]
(.children $elem (name selector)))

(defn next
([$elem]
(.next $elem))
Expand Down

0 comments on commit e357607

Please sign in to comment.