Created
June 1, 2012 19:48
-
-
Save mreidsma/2854736 to your computer and use it in GitHub Desktop.
Bookmarklet URL for db click hack
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
javascript:j('#other li').click(function(){var selected=j(this).text();selected=j.trim(selected);var codeclass=j(this).attr("class");var newlink='<li class="'+codeclass+'">'+selected+'</li>';j('#mpopular').append(newlink);}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment