I'm trying to append an external html content (div plus some text inside just for testing) this way:
$.get("banner.html", function(data){
$(this).children("div:first").append(data);
});
That seems to be pretty simple... but it does not seem to work. Any idea? Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…