Skip to content

Instantly share code, notes, and snippets.

@jbail
Created May 3, 2011 21:33
Show Gist options
  • Save jbail/954304 to your computer and use it in GitHub Desktop.
Save jbail/954304 to your computer and use it in GitHub Desktop.
relative css, the old jquery way
$('#box").css('padding-top', parseInt($('#box').css('padding-top'), 10) + 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment