jsonP callback "callback_ets"

1 Answer 31 Views
Data Source
Michael
Top achievements
Rank 1
Iron
Michael asked on 24 Jul 2024, 12:49 PM

Hello.

I'm new to Telerik and am evaluating Kendo for jQuery.

In the index.html page under apptemplates/dashboard, is the following code:

            $.when($.ajax({
                url: "./content/employee-and-team-sales.json",
                crossDomain: true,
                dataType: "jsonp",
                jsonp: false,
                jsonpCallback: "callback_ets",
                success: function(data) {
                    employeeAndTeamSales = data;
                }
            })

I cannot find "callback_ets" anywhere. Where is this function defined?

Thanks in advance,

Mike

1 Answer, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
Iron
answered on 25 Jul 2024, 12:58 PM
Nevermind. The function doesn't actually exist. It's a strange $.ajax/jsonp thing.
Tags
Data Source
Asked by
Michael
Top achievements
Rank 1
Iron
Answers by
Michael
Top achievements
Rank 1
Iron
Share this question
or