Created
August 22, 2011 20:29
-
-
Save wyattdanger/1163444 to your computer and use it in GitHub Desktop.
big poppa on coffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.poppa | |
'a[href^=http]': ( a ) -> | |
# do cool stuff with a | |
'ul.tabs': ( ul ) -> | |
# do cool stuff with ul | |
'#fancy-page': ( page ) -> | |
# do fancy stuff on page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment