Page 4 of 4

List divider behavior

Posted: Fri Sep 11, 2015 4:50 am
by Jack Bua

I managed to figure it out with the help of that link and the rest of this post. However, the code:

$t.refreshScreenFormElements($.mobile.activePage.prop('id'));
Appery("eventList").find("li").eq(0).hide();
return;

unnecessarily hides the first divider for the first item in my list. I would like to hide the last divider since it is showing up unnecessarily, like so:

Image

I need to remove the last one. How would I do that?


List divider behavior

Posted: Mon Sep 14, 2015 8:00 pm
by Alena Prykhodko

Hello Jack,

Could you please show us what exactly you have tried and what does not work?