728x90
<div id="test">
<div class="slide">1</div>
<div class="slide">2</div>
<div class="slide">3</div>
</div>
$(function() {
$("#test").html($("#test .slide").sort(function() {
return Math.random() - 0.5;
}));
});
반응형
'Programming > Javascript' 카테고리의 다른 글
[jQuery]scrolling progress indicator bar (0) | 2021.02.02 |
---|---|
유튜브 아이디 갖고 오기 (0) | 2020.12.08 |
Datepicker 특정 날짜 클릭 안 되게... (0) | 2020.11.11 |
이 시스템에서 스크립트를 실행할 수 없으므로... (0) | 2020.10.19 |
zerofill (0) | 2020.08.03 |