Utilizzando jQuery mi restituisce l'errore 'is not a function', mentre così funziona:
Qualcuno sa spiegarmi il motivo?Codice PHP:
document.getElementById('testo').setCustomValidity('errore');
Utilizzando jQuery mi restituisce l'errore 'is not a function', mentre così funziona:
Qualcuno sa spiegarmi il motivo?Codice PHP:
document.getElementById('testo').setCustomValidity('errore');