Difference between revisions of "User:Andr3w/common.js"
From SQLZOO
| Line 1: | Line 1: | ||
$(function(){ | $(function(){ | ||
| − | $('# | + | $('#footer').append($('#p-tb')); |
$('#p-tb').show(); | $('#p-tb').show(); | ||
| − | |||
| − | |||
| − | |||
}) | }) | ||
Revision as of 19:25, 5 September 2012
$(function(){ $('#footer').append($('#p-tb')); $('#p-tb').show(); })