Created
March 29, 2016 07:32
-
-
Save claudinec/9dbb0e41dd9b89596cbb to your computer and use it in GitHub Desktop.
jquery filter
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
.filter(function() { | |
return this.id.match(/[A-Z]*\-/) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment