Urutan acak tombol pada penyegaran di vanilla js

$("#parent").html($("#parent").children().sort(function() { return 0.5 - Math.random() }));
Yeomeo