var data = {
"images": [
"img/image1.jpg",
"img/image2.jpg",
"img/image3.jpg"
],
"captions":[
[
"This is Sample Caption For Image 1",
"Also This is Sample Caption For Image 1"
],
[
"This is Sa
代码:
function updateProfil() {
$.getJSON("./index_logg2.php", null, processCustom);
}
function processCustom(data) {
$.each(data, function(k, v) {
$(".panel").append('<center><img src="images/custom/'+ v +' "title="Click to set it" "&