Skip to content

Instantly share code, notes, and snippets.

@kogai
Forked from gawaooooo/backgroundImage.js
Created March 7, 2014 06:35
Show Gist options
  • Select an option

  • Save kogai/9406401 to your computer and use it in GitHub Desktop.

Select an option

Save kogai/9406401 to your computer and use it in GitHub Desktop.
// 設定されたbackground-imageのurlを無効にする場合
$('#hoge').css('background-image', 'none');
// background-imageのurlを変更する場合
$('#hoge').css('background-image', 'url(test.png)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment