Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 03:35
Show Gist options
  • Save nishinoshake/f4677be2a536f1716793d365170a386c to your computer and use it in GitHub Desktop.
Save nishinoshake/f4677be2a536f1716793d365170a386c to your computer and use it in GitHub Desktop.
jQueryでCSSから背景画像の取得
bgImage = $(".wanna__get--bg").css('backgroundImage').match(/images\/\S*(?:\.png|\.jpg|\.gif)/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment