Advertisement
Guest User

Untitled

a guest
Aug 6th, 2015
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.verdict-accepted').each(function(i, el) {
  2.   if($(el).html() != "" ) {
  3.     $(el).html($(el).html().replace(/Accepted/ig, "Many Accept, Wow!"));
  4.   }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement