有机肥

绿色

jquery xml

$.ajax({
            url:"${base}/bosImg.xml",
            dataType:"xml",
            success:function(data){
                $(data).find("bosPicture[wlbh='"+wlbh+"'][size='800']").find("imgs").each(function (i){
                    $('#showbox').empty();
                    $(this).children('img').each(function (ii){
                        $('#showbox').append('<img src="'+$(this).text()+'" width="280" height="280" />');
                    })
                });
            },
            error:function(XMLHttpRequest, textStatus, errorThrown) {
                 alert(XMLHttpRequest.status);
                 alert(XMLHttpRequest.readyState);
                 alert(textStatus);
            }

posted on 2017-10-04 01:06 有机肥 阅读(115) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航:
 
<2017年10月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

导航

统计

常用链接

留言簿

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜