我将如何将 a 的内容插入<div>
浏览器地址栏中?假设我有:
<div id="content">bathroom</div>
我该怎么做呢?该网站是一个带有主题标签和 JSON 的单页构建,试图#categorypage
通过将内容区域中的页面标题插入到地址栏中来使 URL 与 Google Analytics 很好地配合,以便 Google 看到.com#categorypage-bathroom
谢谢。
编辑:
该controller.js
文件使用
$("#productPage_HeaderTitle").html(this.product.ProductName);
以及用于指向产品页面的类别 js 文件
$.mobile.changePage($("#productPage"), { transition: "fade" });
我需要以某种方式将 this.product.ProductName 添加到#productPage