Created
January 1, 2016 20:12
-
-
Save stringfellow/1ac60998d855eeb688e0 to your computer and use it in GitHub Desktop.
eBay sold item averagerer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x=y=0;$('.bidsold').each(function(){x++;y+=parseFloat($(this).html().trim().substr(1,5))});y/x; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment