Welcome Guest [Log In] [Register]
Viewing Single Post From: Add text to stats row links
Tim
Member Avatar
Timmeh
[ *  *  *  * ]
It was a request from Gladstone, and I thought I may as well put it in here.
(Its a 2 line code, with 6 lines of correct syntax to make it acceptable.)
Just change variable called text on the 4th line.

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>


Posted Image
Edited by Tim, Mar 1 2008, 11:30 AM.
Offline Profile Quote Post
Add text to stats row links · User Created Codes