Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $('div.block_name span').text(function(){
  2. return $(this).text().replace("hours","h");
  3. });
  4.  
  5. $('div.block_name span').text(function(){
  6. return $(this).text().replace(" hours","h");
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement