Skip to content

Instantly share code, notes, and snippets.

@claudinec
Created March 29, 2016 07:32
Show Gist options
  • Save claudinec/9dbb0e41dd9b89596cbb to your computer and use it in GitHub Desktop.
Save claudinec/9dbb0e41dd9b89596cbb to your computer and use it in GitHub Desktop.
jquery filter
.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