私がこのようなHTMLを持っている場合:
<ul>
<li id="id1">Some Text</li>
<li id="id2">Other Text</li>
<-- more items could be here -->
</ul>
リスト内の各リストアイテムのプロパティを含むJSONオブジェクトを含む配列を作成するにはどうすればよいですか?
var itemsData = [
{
"id" : id,
"name" : name
},
{
"id" : id,
"name" : name
}
]
where id
and name
equal toandwhereは単一のアイテム$(this).attr('id')
を指します。$(this).text()
$(this)
li