I am trying to create a dynamic listview in jquery mobile, after querying the facebook api, to retrieve a user\'s news feed. Here\'s part of my mark up:
You're not using jQuery-selector the right way. To target an element with an id, use $('#element_id') and for an element with a class $('.element_class'). So, your selection should be as below.