Partial Update

Partial Update

Given the url for the targeted HTML, update a part of the current DOM tree

简介

这里是第一个 Tab 对应的内容,会随服务器一同渲染到这里。

通过 .update API 可以局部更新页面的一部分内容,它的参数如下。

  • url:第一个参数是被请求页面的 URL。
  • options.to:第二个参数是一个纯对象,其中 to 用来标识要更新的页面部分,支持 CSS 选择符。
  • options.from:从请求得到的页面中选取哪部分,默认等于 to