View difference between Paste ID: 028qgR3K and ac1dPNvT
SHOW: | | - or go back to the newest paste.
1
<script type="text/javascript">
2
	$(window).scroll(function()
3
	{
4-
		$("#staysAtBottom").css("bottom", $(window).scrollTop() + $(window).height() "px");
4+
		$("#staysAtBottom").css("bottom", $(window).scrollTop() + $(window).height() +"px");
5
	});
6
</script>