jq实现刷新页面标签内的内容

索要刷新标签的ID为:modal-form

var refresh_content = $("#modal-form").html();
$("#modal-form").html(refresh_content);

你可能感兴趣的:(js,前端)