Skip to content

Instantly share code, notes, and snippets.

@Schubidu
Created April 27, 2012 07:26
Show Gist options
  • Save Schubidu/2506904 to your computer and use it in GitHub Desktop.
Save Schubidu/2506904 to your computer and use it in GitHub Desktop.
Background-image style
var imageUrl = 'url("my-image.jpg")'.replace(/^url\(["']?/, '').replace(/["']?\)$/, '');
alert(imageUrl);
// returns "my-image.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment