我在 phonegap 应用程序中有一个 div,并希望它是 Load More 类型的无限加载。怎么做?CSS:
#containerReviews ,#container, #containerReviewsPageSummary ,#moreList, #boxofficeList{
float:left; width:20%; background-color: white; overflow-y:scroll; overflow-x:hidden;
}
我在 phonegap 应用程序中有一个 div,并希望它是 Load More 类型的无限加载。怎么做?CSS:
#containerReviews ,#container, #containerReviewsPageSummary ,#moreList, #boxofficeList{
float:left; width:20%; background-color: white; overflow-y:scroll; overflow-x:hidden;
}