[RSS Feed/News] Async ajax request

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
how i can do async ajax request ??


Code:

Code:
XF.ajax(
                    'post',
                    $(e.currentTarget).attr('href'),
                    XF.proxy(this, 'actionComplete')
                    ).always(function ()
            {
                setTimeout(function ()
                {
                    t.loading = false;
                }, 100);
            });
Click to expand...

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom