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