scramble A jQuery library to scramble text. With markup like this: <div class="scramble"> SCRAMBLE </div> .scramble { display:block; width:200px; height:200px; border:1px solid black; } Just call this: $('.scramble').scramble();