如果我叫“<条码>pushState,但我想保留所有的相对联系、图像、风格和照相,那么我就这样做了:
$( [href] ).each(function() {
if (!/^#/.test(this.href)) this.href = this.href;
});
$( [src] ).each(function() { this.src = this.src });
我的问题是:这项工作是否跨过来? 是否需要$(this).attr(href )=这一数值?
是否有必要? 是否有其他办法这样做? 这样做的最佳方式吗? 它是否总是工作?