在url後面加個 '?q=' +new Date().getTime()
jQuery(".del").click( function() {
delPicId = jQuery(this).attr("id").charAt(3);
jQuery.getJSON("blah/"+delPicId +"?q="+new Date().getTime(),
function(data){
jQuery("#pic"+delPicId).attr("src", 'webroot?>img/blah.jpg');
}
);
});
delPicId = jQuery(this).attr("id").charAt(3);
jQuery.getJSON("blah/"+delPicId +"?q="+new Date().getTime(),
function(data){
jQuery("#pic"+delPicId).attr("src", 'webroot?>img/blah.jpg');
}
);
});
No comments:
Post a Comment