fahad ashraf
Well-known member
how i can do async ajax request ??
Code:XF.ajax( 'post', $(e.currentTarget).attr('href'), XF.proxy(this, 'actionComplete') ).always(function () { setTimeout(function () { t.loading = false; }, 100); });