Advertisement
NecromancerCoding

Código perfil

May 10th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $(document).ready(function(){
  2. $(".Angelus span").each(function() {
  3. $(this).parent().parent().parent().parent().parent().addClass($(this).text().split(" ")[0].toLowerCase().replace(/'/g, "").replace(/\(|\)/g, ""));
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement