p-pull-refresh
p-pull-refresh copied to clipboard
网页版下拉刷新
Results
2
p-pull-refresh issues
Sort by
recently updated
recently updated
newest added
請問一下如果是ASP.NET WebForm C#專案是否可以適用? 我加入Scripts與loading.gif,aspx網頁一開始就會出現loading.gif與數據刷新中的文字。 由於我的網頁有加入bootstrap,是否會有衝突的情形? 我的網頁片段,在body最初的設定,與form之前的div ``` 下拉开始刷新 ``` 我的網頁body的後置編程 ``` var $statu = $('.loading-warp .text'); var pullRefresh = $('.containerPull').pPullRefresh({ $el: $('.containerPull'), $loadingEl: $('.loading-warp'), sendData: null, url: 'test.php', autoHide: true,...