$('#user-order-list').find('li').each(function () { if($(this).data('id')==shushe_id){
if($(this).find('img').length<=1){
$(this).find('a').append("<img src='../img/books_list.jpg' class='books_list_icon'>");
$(this).eq(0);
}
}else { }
});在插如圖片后,下一步移動位置不知道該怎么操作了
怎么把ul下邊的某個li放到第一個位置
慕哥6287543
2018-10-10 13:14:16