Skip to content

Instantly share code, notes, and snippets.

@davidwood
Created September 13, 2010 18:52
Show Gist options
  • Save davidwood/577797 to your computer and use it in GitHub Desktop.
Save davidwood/577797 to your computer and use it in GitHub Desktop.
function generateBackground($obj)
{
return $obj.css('background-color') + ' ' + $obj.css('background-image') + ' ' + $obj.css('background-repeat') + ' ' + $obj.css('background-attachment') + ' ' + $obj.css('background-position');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment