Created
August 24, 2014 01:36
-
-
Save MikeNGarrett/d671630aa257b63e8d62 to your computer and use it in GitHub Desktop.
Script for organizing abetterqueue.com
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
var out = ''; jQuery('.rating').each(function(a){ out += "<b data-rating="+jQuery(this).text().trim().replace('%', '')+">"+jQuery(this).text().trim().replace('%', '')+","+jQuery(this).children().attr('href')+"</b><br>" }); jQuery('body').html(out); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment