标签: javascript jquery mobile-safari
我正在尝试制作动画svg。我需要使用jQuery('TargetID')。offset();计算当前的svg块位置。
但是jQuery offset总是返回0。
var id = getElementById('secondItem'); var offset = $(id).offset();
偏移量在Google chrome和Firefox上正常运行。