Skip to content

Instantly share code, notes, and snippets.

@levicole
Created August 8, 2011 15:56
Show Gist options
  • Save levicole/1132025 to your computer and use it in GitHub Desktop.
Save levicole/1132025 to your computer and use it in GitHub Desktop.
(function($){
$.fn.attrs = function(attrs){
var $this = $(this);
return $.map($.makeArray(attrs), function(attr){
return $this.attr(attr)
})
}
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment