Skip to content

Instantly share code, notes, and snippets.

@hughfdjackson
Forked from anonymous/gist:1389924
Created November 23, 2011 21:10
Show Gist options
  • Save hughfdjackson/1389925 to your computer and use it in GitHub Desktop.
Save hughfdjackson/1389925 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(){
var _this = this
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