0

<div title=”test” class=”xyz”>Tesing</div>

$(function() {
var foundin = $(‘*:contains(“Testing”)’);
if(foundin)
{

var href=”windiow.history.go(-1)”;
return $(“.xyz”).wrapInner($(‘<a href=’+href+’/>’));
}
});

(Visited 23 times, 1 visits today)
Add a Comment