Advertisement
TwiNNeR

jkveri

May 24th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.26 KB | None | 0 0
  1. jQuery(function() {
  2.   if (window.location.href.indexOf('proekti') > -1) {
  3.     var $dugme = jQuery('ul.ui-tabs-nav.isotope-filters.margin-top-70 > li:nth-child(1) > a');
  4.     $dugme.html('Сите проекти').attr('title', 'Сите проекти');
  5.   }
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement