我有一个 div,其中使用 DojoX 布局功能加载了一个页面:
<div dojoType="dojox.layout.ContentPane"
adjustPaths="true"
renderStyles="true"
executeScripts="true"
href="my/page/containing/scripts/and/styles/in/a/sub/folder.html">
Initial content, will be replace by href.
paths in folder.html will be adjusted to match this page
</div>
是否有一个 API 可以用来稍后将这个 div 的内容替换为来自另一个页面的其他内容(其他 URI)?
亚历克斯