Created
April 16, 2009 04:46
-
-
Save BJClark/96227 to your computer and use it in GitHub Desktop.
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
<div class="entry-author"> | |
<address class="vcard"> | |
<span class="fn">Pat Maddox</span> | |
<span class="org">the science department</span> | |
<span class="email">[email protected]</span> | |
</address> | |
</div> | |
<script type="text/javascript" charset="utf-8"> | |
$('div.entry-author').find("address"). | |
hide(). | |
end(). | |
html("<img />").attr("src", 'http://www.gravatar.com/avatar/' + md5(email)); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment