Skip to content

Instantly share code, notes, and snippets.

@dcrec1
Created April 27, 2011 23:25
Show Gist options
  • Select an option

  • Save dcrec1/945460 to your computer and use it in GitHub Desktop.

Select an option

Save dcrec1/945460 to your computer and use it in GitHub Desktop.
$.fn.forEach = (callback) ->
this.each ->
callback.call $(this)
$("div").forEach ->
console.log this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment