jquery reverse a string code example Example: javascrip reverse text //more compact way: "my example text".split("").reverse().join("");