Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function(){
- $(".Angelus span").each(function() {
- $(this).parent().parent().parent().parent().parent().addClass($(this).text().split(" ")[0].toLowerCase().replace(/'/g, "").replace(/\(|\)/g, ""));
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement