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.
JQuery クラス セレクターを使用して文字列の配列を取得したい:
var foo = $( ".bar" ).text();
ただし、これはすべての要素が結合された 1 つの文字列のみを返します。