$('#urlresults .concept-name').each(function(){$(this).html()});
$('#urlresults .concept-name').each(function (){if ($(this).html() === 'tarot readings') {$(this).html("test")}});
$('#urlresults .concept-name').each(function (){if ($(this).html() === 'test') {$(this).next(".block").html("block")}});
$('#urlresults .concept-name').each(function (){if ($(this).html() === 'bikini photos') {$next = $(this).next(".block"); $next.html($next.attr('data-tld'))}});
$('#urlresults .concept-name').each(function (){if ($(this).html() === 'bikini photos') {$next = $(this).next(".block"); $next.html(generateUnblockConceptLink($next.attr('data-tld'), $next.attr('data-basis'), $next.attr('data-admin-id'), $next.attr('data-url')))}});
No comments:
Post a Comment