ajax url array

remove unwanted div wrapper from ajax response in ChronoForms.

Overview

The issue occurs when using the tvout=ajax parameter, which wraps the JSON response in a div element.
Use the tvout=json parameter instead of tvout=ajax to return a clean JSON response without the div wrapper.

Answered
Connectivity v6
ie ieraora 08 Feb, 2020
Hello, I've a function with ajax url array...
            var table = $('.tbl-contact').DataTable({
"scrollX": true,
"pagingType": "numbers",
"processing": true,
"serverSide": true,
"ajax": "server.php",
I saw this tread and I've change with this

"ajax": "index.php?option=com_chronoconnectivity6&cont=manager&conn=BE_gestione_galleria-toogle&event=ajax&tvout=ajax",

ajax url array image 1

but the result has a DIV...

ajax url array image 2

How can I have code without this div?
Thank you for reply.
This topic is locked and no more replies can be posted.