$(document).ready(function(){
$.ajax({
type : "GET",
url : "web.xml",
dataType : "text",
error : function(){
alert('좆병신새끼 제이쿼리도 못다루네ㅋㅋ');
},
success : function(data){
var imgdetail = '';
$(data).find('item').each(function(i){
imgdetail = $(this).find('imgdetail').text();
taglist +='<a href="[removed];" name='+i+'><img src="'+imgdetail+'" alt=""/></a>,';
});
});
});
뭐가 잘못된건데 씨발
댓글 0