Welcome Guest [Log In] [Register]
Viewing Single Post From: Add text to stats row links
Tim
Member Avatar
Timmeh
[ *  *  *  * ]
Code:
 
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
var text = "<a href='http://www.google.com'>Google</a> ·";
$("div#stats td.c_foot span").prepend(text);
});
//]]>
</script>


Whoops, it added the links in other places too. Thats the fixed version.
Offline Profile Quote Post
Add text to stats row links · User Created Codes