Skip to content

Instantly share code, notes, and snippets.

@sezemiadmin
Created April 24, 2018 06:01
Show Gist options
  • Save sezemiadmin/e81193311a123958f0df5cb90baa7c7d to your computer and use it in GitHub Desktop.
Save sezemiadmin/e81193311a123958f0df5cb90baa7c7d to your computer and use it in GitHub Desktop.
$("#lesson7 a").click(function(){
$("#lesson7 a").css("color", "#0000FF"); // "#lesson7" は this という変数にしてよい
return false // aタグは本来リンクなので、これを入れないとページが遷移する
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment