🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

leet.js is a jQuery plugin which converts normal text into Leetspeak, which is an alternate representation of text that replaces letters with numbers or character combinations.


Documentation

Leet JS

jQuery plugin to translate text into leet speak.

Install

bower install leetJS 

Example

HTML :

<p>Translate me to leet !</p> 

JS :

$('p').each(function() { $(this).leet({         level: 'base'     }); }); 

Demo

See demo here


You May Also Like