Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i am implementing list view in which i have two button But they are invisible(Hide).They are only visible when from Top (Header button any change button click).On clicking any of the button i need to do some task .After completing the task button again invisible from the listview they are not disable they are invisible.Is this possible in list view .I am implementing list view But this functionality i didn't able to do.

Here is my code



Back

My Documents

















for (i = 0; i < 40; i++) {
$('#folderInside_Data').append(
''
);

$('#folderInside_Data').listview('refresh');
}


$(document).on('click', '.rowID', function() {
// $.mobile.changePage($("#realTimeScreen"));
$.mobile.changePage($("#realTimeScreen"), {
transition: "slide",
reverse: false,
changeHash: false
});
console.log(this.id)
});
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900