Can't fecth json data source for remote domain

Can't fecth json data source for remote domain

suppertbwsuppertbw Posts: 2Questions: 2Answers: 0
edited November 2014 in Free community support

Following is my code and it is always displaying processing. Why?

<script>
$(document).ready(function () {
            $('#mytable').dataTable({
                "processing": true,
                "serverSide": true,
                "ajax": {
                    "url": "https://tasks.inlogik.com/devtest/animals",
                    "dataType": "jsonp",

                }
            });
        });
    </script>

Answers

This discussion has been closed.