0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

  1. サマライズテーマ
    ・ jQueryに通づる基本:「いつ」、「何を」、「どうするか」を軸にする
    例えば、
    「いつ」・・・要素をクリックした時
    「何を」・・・クリックした要素を
    「どうするか」・・・フェードインするなど
    ・onメソッドの活用
    基本的な書き方
    $("button").on("click",function()){
    console.log("クリックされた");
    });
    ・jQueryの導入
    https://developers.google.com/speed/libraries?hl=ja#jquery
    3.snipet記述の中のscriptで囲われた箇所をコピーindex.htmlのの間に埋め込みする
    埋め込みした内容

タイトル

ボタン
  1. 言語化してみての気づき(任意)
    ・今回テキスト内でサンプルコードをダウンロードとあるが、ダウンロードができなかった。
    https://dl.dropboxusercontent.com/s/fmqewy76sypojp2/method.zip?dl=0
    ・メンターさんに聞いて、上記のurlを教えてもらい、無事ダウンロードすることができたのでよかった。
    ・動的要素が満載の面白いものだった。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?