<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){$("p").offset($("span").offset());});});This is a paragraph.Set the offset coordinates of the p element equal to the span elementstyle="position:absolute;left:100px;top:150px;"This is a span