Custom reorder table rows with jquery - not alphabetically

There seems to be a hidden unicode character at the end of the script that you pasted. That can happen when you copy everything from jsfiddle


document.getElementById('randomize').click();
&#8203;</script>

Delete that hidden unicode character.

amazing! works like a charm

thanks again paul!! really appreciate your help