heihachi88
7/10/2014 - 7:14 AM

Replace url

Replace url

// replace url
$('.page-katalog .views-field-title a').filter(function(index) {
	return $(this).text() === "Link text";
}).attr('href', 'new-url');