Sortable(index update) 2013. 11. 11. 14:28 Posted in Dev/Script by 에이카운타 $(".contents > form > table > tbody").sortable({ stop: function(event, ui) { $(".contents > form > table > tbody > tr").each(function(){ $(this).children("td:eq(1)").text($(this).index()); console.log($(this).attr("id")); }); } }); 공유하기 게시글 관리 acounta's Post-it 저작자표시