如何加载远程文件并使用加载的内容标题或其他属性附加页面的URL并使其成为可收藏的?我需要能够输入附加的URL并加载该内容。烧烤插头太笨重了。
使用以下内容将URL附加到#undefined
var href = $(this).attr('href');
$("#content").load(href, function() {
var request=$(this).attr('id');
window.location.hash = request.hash;
});
答案 0 :(得分:0)
你可以试试sammy.js http://sammyjs.org/
答案 1 :(得分:0)
或者您可以使用ajax upload http://valums.com/ajax-upload/