Last active
May 29, 2016 03:35
-
-
Save nishinoshake/f4677be2a536f1716793d365170a386c to your computer and use it in GitHub Desktop.
jQueryでCSSから背景画像の取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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