Skip to content

Instantly share code, notes, and snippets.

@MikeNGarrett
Created August 24, 2014 01:36
Show Gist options
  • Save MikeNGarrett/d671630aa257b63e8d62 to your computer and use it in GitHub Desktop.
Save MikeNGarrett/d671630aa257b63e8d62 to your computer and use it in GitHub Desktop.
Script for organizing abetterqueue.com
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