Base solution for your next web application
Open Closed

How to make ajax-call synchronously? #7772


User avatar
0
pointlevel created

Hello!

How can i make an ajax-call in AspnetZero to synchronously, se example below:

_testService
                .getTestStatus({
                    data: { Filter: 'KH' },
                    async: false // --------------- Doesnt work!
                })
                .done(function (response) {}

1 Answer(s)
  • User Avatar
    0
    musa.demir created

    It is not implemented. You can use jquery ajax manually.