2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

jQueryでページタイトルを取得してURLにパラメータとして追加する

Last updated at Posted at 2022-05-08

記事を書いてる途中で毎回URLにパラメータを付けるのは面倒だなと思い始めた。
↑の記事では『商品ID』って書いたけど、『商品名』の方がストレートでわかりやすい。
アルファベットと数字で構成される文字列を取得したら、スプレットシート等でIDと商品名の付き合わせ作業が発生しそう。

嗚呼、めんどくさい。

結果、「ページタイトルを抜き出してURLに付ければいいじゃん」という結論に達した。

jQueryでページタイトルを取得する

オワコンと言われようと私はjQuery使うぞ。
CodePenの場合、タイトルが『 - 』で繋がってるので、splitで分割した。

See the Pen ページタイトルを取得してパラメータとしてURLに追加 by Mari Takahashi (@mrd-takahashi) on CodePen.

フォームは記事ごとに作るのが面倒だったので、冒頭の記事で使っているものをそのまま流用。
パラメータにタイトルが入っている
うまくいきました。

参考にしたサイト

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?