So you don't want to set search parameter using Input field? You are going search by "tynetravel" and show search results on page Load?
So you don't want to set search parameter using Input field? You are going search by "tynetravel" and show search results on page Load?
Thats it Marina,
just want to invoke the service on pg load and timed
Then this post should help https://getsatisfaction.com/apperyio/... - the idea is the same - you would need to go through the list and hide unnecessary elements, but you would need to do it not on Load event, but on service Success
codeAppery("mobilelistName").find("li").each(function(){
if(............) {
$(this).hide();
}
});
Appery("mobilelistName").listview('refresh');/code
Sorry Marina,
page load and timed is sorted with Max's suggestion form the post,
the problem is hiding the components but still doing the search for "tynetravel" on load and timed
Hi folks,
this is now sorted,
thx as always for all your help
Hey michael, I was wondering if you could share your Twitter Feed, resolved code? I am curious about it since I myself would like this.
Hi Novaura,
since that was done I believe twitters api changed and the project did not go ahead and has been deleted since, it may be more fruitful for you to seen if anyone else has been doing this more recent that this topic.
Sorry I could not help further
kind regards