Skip to content

Instantly share code, notes, and snippets.

@basselin
Created June 3, 2015 07:57
Show Gist options
  • Save basselin/51f0b01943fe8532c04b to your computer and use it in GitHub Desktop.
Save basselin/51f0b01943fe8532c04b to your computer and use it in GitHub Desktop.
array_unique() with jQuery
arr = $.grep(arr, function(v, k) {
return $.inArray(v, arr) === k;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment