<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>frontendblog</author_name>
  <author_url>https://blog.hatena.ne.jp/frontendblog/</author_url>
  <blog_title>フロントエンドブログ</blog_title>
  <blog_url>https://frontendblog.hatenablog.com/</blog_url>
  <categories>
    <anon>jQuery</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>皆さんこんばんは(^o^)１週間が始まりましたね。 今日は制作現場でもよく使うjQueryの使い方をご紹介します。 jQueryはライブラリを読み込み利用しますが今回は割愛します。 ▼変数定義について 慣習上、変数の冒頭に$をつけます。 const $input = $(&quot;input&quot;); ▼テキストの中身を変える方法 $(&quot;p&quot;).text(&quot;こんにちは&quot;); テキストの中身を変えるには.text()を利用します。 JavaScriptと書き方が若干違うので注意。 ▼クラスの追加 $(&quot;p&quot;).addClass(red&quot;); クラスの追加の方法 addClassでCSSの追加が可能。 上記は…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffrontendblog.hatenablog.com%2Fentry%2F2021%2F09%2F13%2F222641&quot; title=&quot;【jQuery】基本的な使い方 - フロントエンドブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://www23.a8.net/svt/bgt?aid=210830962857&amp;wid=001&amp;eno=01&amp;mid=s00000000404008041000&amp;mc=1</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-09-13 22:26:41</published>
  <title>【jQuery】基本的な使い方</title>
  <type>rich</type>
  <url>https://frontendblog.hatenablog.com/entry/2021/09/13/222641</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
