LoginSignup
10
11

More than 5 years have passed since last update.

楽しいjQueryの練習方法

Last updated at Posted at 2012-02-10

jQueryは至るサイトで利用されています。
jQueryが埋めこまれているWebページでは、JavaScriptコンソールで、jQueryのスクリプトを入力することができます。

いろんなサイトで、「◯◯するにはどうすればいいだろう?」とかコマンドを考えて、実験すると結構楽しいです。
リロードすると元に戻るので、簡単にやり直しができます。

$('a.stock-button').click()

実際にコンソール画面を開いて、上記のスクリプトを実行してみよう。
一覧画面では、実行しないほうがいいですw

10
11
2

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
10
11