jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: AJAX Call on itemMoved AJAX Call on itemMoved #104401

    mxh
    Participant

    Hey Hristo,

    I added the if statement, but same problem. Ive been trying to make this work for more than 4 days and im slowly running out of ideas.
    You can reproduce it using this code (url doesnt really matter…):

    $(document).ready(function () {
            $('#kanban').on('itemMoved', function (event) {
                        $.ajax({
                            type: "POST",
                            url: "create.php",
                            data: event
                        });
            });
    });

    And the error again:

    Uncaught TypeError: Cannot read property 'target' of undefined

    Thanks

    in reply to: AJAX Call on itemMoved AJAX Call on itemMoved #104387

    mxh
    Participant

    Hey Hristo,

    thanks for your reply. I tried that one again, but nothing – same error as before 🙁

Viewing 2 posts - 1 through 2 (of 2 total)