skip first element using .append()
I'm trying to skip the first I'm loading up with .append() I'm not sure
how to do it.
here is the code I'm using.
$.each(get_images, function(i,img){
$('#container ul').append('<li><img src="'+img+'"/></li>');
});
No comments:
Post a Comment