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' 카테고리의 다른 글
[chart.js]width, height 지정하기 (2) | 2021.01.12 |
---|---|
유튜브 아이디 갖고 오기 (0) | 2020.12.08 |
Datepicker 특정 날짜 클릭 안 되게... (0) | 2020.11.11 |
[jQuery]name이 배열일 경우 (0) | 2020.11.11 |
이 시스템에서 스크립트를 실행할 수 없으므로... (0) | 2020.10.19 |