$.ready(function() {
//循环初始化所有下拉刷新,上拉加载。
$.each(sel, function(index, pullRefreshEl) {
var num = this.getAttribute('index');
...
//循环初始化所有下拉刷新,上拉加载。
$.each(sel, function(index, pullRefreshEl) {
var num = this.getAttribute('index');
...