Skip to content

Instantly share code, notes, and snippets.

@dpetersen
Created November 2, 2011 16:48
Show Gist options
  • Save dpetersen/1334181 to your computer and use it in GitHub Desktop.
Save dpetersen/1334181 to your computer and use it in GitHub Desktop.
A little something special
jQuery.map($('.productName a'), function(a) { return $(a).attr("href").split("?")[0] }).join(",")
@alexwelch
Copy link

Where should I run this?

@dpetersen
Copy link
Author

Not in Boulder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment