標題>
;
$(function(){){
$("#a1").click(function(){
$("#div2").load('fragment.html');
$("#a2").click(function(){
$.getJSON('test.json',function(data){ $.each(data,function(entryIndex,entry){
🎜> if(entry.hobby){
$.each(entry.hobby , function(lineindex,line) {
> });
}
html = ' ';
>';
$("#div2").html(html);
").click(function() {
$.get('test.xml',function(data){
var s="" ;
$(data).find('book').each(function(i){
var name=$(this) .children('name').text();
var writer=$(this).children('author'). children('price' ).text();
s =id " " 姓名" " 作者"
$('#div2').html(s);
});
});
});
利用FireFox瀏覽器開啟該Test.html文件,效果如下
點第一個超連結會在Show Content區域顯示新插入的html片段
點第二個超鏈接,會顯示json資料:
點第三個超鏈接,會顯示xml資料: