I need to pick and show the 3 middle images from an array of images loaded via jquery ajax
for (h=2;h<5;h++){
$('#sandbox').load('./ajax/profile.html li a')[h];
};
I want #sandbox to only display the three images: number 2 , 3 and 4. The code above doesn’t work
You can access the loaded html in the callback function of load(),