var swipe = Swipe($("#content")); // 获取数据
var getValue = function(className) { var $elem = $('' + className + ''); // 走路的路线坐标
return {
height: $elem.height(),
top: $elem.position().top
};
};
没懂为什么要每边要加两个单引号!!!求大佬指点
添加回答
举报
0/150
提交
取消