랜덤 썸네일형 리스트형 [ASP] 랜덤으로 출력되는 , 랜덤문자조합 [ASP] 랜덤으로 출력되는 , 랜덤문자조합 더보기 [jQuery] random UL LI 리스트 랜덤 random UL LI 리스트 랜덤 $.fn.randomize = function(selector){ var $elems = selector ? $(this).find(selector) : $(this).children(), $parents = $elems.parent(); $parents.each(function(){ $(this).children(selector).sort(function(){ return Math.round(Math.random()) - 0.5; // }). remove().appendTo(this); // 2014-05-24: Removed `random` but leaving for reference. See notes under 'ANOTHER EDIT' }).detach()... 더보기 이전 1 다음