sostrituisci questo
con questoCodice PHP:
$(this).text(testo);
$(this).attr("href") = newurl;
Codice PHP:
$(this).attr("innerHTML", testo);
$(this).attr("href", newurl);
sostrituisci questo
con questoCodice PHP:
$(this).text(testo);
$(this).attr("href") = newurl;
Codice PHP:
$(this).attr("innerHTML", testo);
$(this).attr("href", newurl);