Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2011 21:10
Show Gist options
  • Save anonymous/1389924 to your computer and use it in GitHub Desktop.
Save anonymous/1389924 to your computer and use it in GitHub Desktop.
dibs - pastebin.com/BiNQ55LA
...
message: function(x){
return "with for loop this would return. " + x;
},
calculate: function(){
jQuery.each(fees_table, function (i, v) {
//console.dir(v);
console.log($(this).message(i));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment