How can target this appended item in a code when working with jquery?
target: +item.Gender+
Appended items:
$('#myListView').append('<li class="ui-nodisc-icon" data-icon="listIcon" >
<a href="" data- key='+item.randomPostId+'><img class="feedImage"
src='+item.Pic+'></img><p><strong>'+item.Name+",
"+item.Gender+'</p></strong>'
To be added in this line of code where it says item.Gender:
$('#myListView li[item.Gender="female"]').hide();