(function($) {
$("#header a").attr("href", function(i, h) {
return h + "?utm_source=";
});
$("ul.left li:nth-child(3)").css('display','block');
$(" ul.left li:nth-child(3) a").attr("href", function(i, h) {
var h1=h.split('?')[0];
return h1 + "?utm_source";
});
$("ul.left li:nth-child(1) a").attr("href", function(i, h) {
var h1=h.split('?')[0];
return h1 + "?utm_source";
});
})( jQuery )
$("#header a").attr("href", function(i, h) {
return h + "?utm_source=";
});
$("ul.left li:nth-child(3)").css('display','block');
$(" ul.left li:nth-child(3) a").attr("href", function(i, h) {
var h1=h.split('?')[0];
return h1 + "?utm_source";
});
$("ul.left li:nth-child(1) a").attr("href", function(i, h) {
var h1=h.split('?')[0];
return h1 + "?utm_source";
});
})( jQuery )
Комментарии
Отправить комментарий