Reputation: 57
I need your help in this topic i have the html code :
<ul data-role="rows">
<li data-name="member">member X</li>
<li data-name="question">question X</li>
</ul>
<ul data-role="other">
<li data-name="oth">...</li>
...
</ul>
I need to get data-name values where data-role = rows which means i need to get these values : "member" and "question"
thank you for your help
Upvotes: 1
Views: 1851