Skip to content

Instantly share code, notes, and snippets.

@patrickdlogan
Created November 8, 2010 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickdlogan/0b1de72a59cfd98deaf5 to your computer and use it in GitHub Desktop.
Save patrickdlogan/0b1de72a59cfd98deaf5 to your computer and use it in GitHub Desktop.
(let [anchor (.getFirstElement % "a")]
(.getAttributeValue anchor "rel"))
(.. %
(.getFirstElement "a")
(.getAttributeValue "rel"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment