Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつか試してみましたが、何も機能しません。div に入力されたものから var の値 (jQuery) を取得するにはどうすればよいですか? ここで使用する必要があるかもしれません.load()が、これで使用する方法がわかりません。
.load()
var product_name = '#title';
ありがとう。
var product_name = $('#title').html();
ここでタイトルはdivのIDです