Remove jQuery and ReferenceError
-
Hi, in my site i removed jquery. The table works, but i have this error in console:
ReferenceError: jQuery is not defined.
This error is caused by this script in my site. How can i remove this script? I don’t need it. Thanks
<script>jQuery(function($){ var DT_language={"it_IT":{"emptyTable":"Nessun dato presente nella tabella","info":"Vista da _START_ a _END_ di _TOTAL_ elementi","infoEmpty":"Vista da 0 a 0 di 0 elementi","infoFiltered":"(filtrati da _MAX_ elementi totali)","infoPostFix":"","lengthMenu":"Visualizza _MENU_ elementi","loadingRecords":"Caricamento...","processing":"Caricamento...","search":"Cerca:","zeroRecords":"La ricerca non ha portato alcun risultato.","paginate":{"first":"Inizio","previous":"Precedente","next":"Successivo","last":"Fine"},"aria":{"sortAscending":": attiva per ordinare la colonna in ordine crescente","sortDescending":": attiva per ordinare la colonna in ordine decrescente"},"decimal":",","thousands":"."}}; $('#tablepress-216').DataTable({"language":DT_language["it_IT"],"order":[],"orderClasses":false,"stripeClasses":[],"pagingType":"simple"}); });</script>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove jQuery and ReferenceError’ is closed to new replies.