Guest User

Untitled

a guest
May 12th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. (function($){
  2. var src = /http:\/\/catalog.mista.ru\//g, dst = 'http://infostart.ru/';
  3. $('a[href^="http://catalog.mista.ru/"]').each(function(){
  4.  
  5. this.href = this.href.replace(src, dst);
  6.  
  7. this.innerHTML = this.innerHTML.replace(src, dst);
  8.  
  9. });
  10.  
  11. })(jQuery);
Add Comment
Please, Sign In to add comment