Skip to content

Instantly share code, notes, and snippets.

View pancakeapp's full-sized avatar

Pancake Payments pancakeapp

View GitHub Profile
/*
This would have to be modified obviously, but it proves the concept.
*/
$('.code').hide()
.clone()
.appendTo('html')
.css('position', 'absolute')
.css('top', '2.5%')
.css('left', '2.5%')
.css('width', '95%')