Created
April 11, 2014 19:48
-
-
Save anonymous/10496115 to your computer and use it in GitHub Desktop.
I need to write a function that looks at a chosen selector (in this case $('.foo') and only show the first one of each time
This file contains 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
<div class="foo bar"></div> | |
<div class="foo raa"></div> |
This file contains 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
<div class="foo bar"></div> | |
<div class="foo bar"></div> | |
<div class="foo bar"></div> | |
<div class="foo raa"></div> | |
<div class="foo raa"></div> | |
<div class="foo raa"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment