<img id="selfHead" alt="头像" src="{{^account.headPath}}../img/ph-b.jpg{{/account.headPath}}{{#account.headPath}}../{{account.headPath}}{{/account.headPath}}">
在对img标签使用offset()方法时,显示undefined。这是为什么
很有可能是你节点没有取到,导致offset为定义
原生好像没有这个属性和方法啊,不过jQuery中有这个方法。
alert($("#selfHead").length);
看看获取到了没。