阅读背景:

AJAX加载div ID的子项

来源:互联网 

Lets say i have this:

让我说我有这个:

$('a').each(function() {
    $(this).click(function(e) {
        e.preventDefault();
        var href = $(this).attr('href');
        $('#somediv').load(href + ' #foo');
    });
});
$('a').each(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: