ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,856
- Points
- 823
Reputation:
In 2.2 you can use:
JavaScript:
In 2.3 you cannot access any params using:
JavaScript:
Am I missing something?
Continue reading...
JavaScript:
Code:
$(document).on('ajax:complete', function(e, xhr, status) {
const data = xhr.responseJSON;
});
In 2.3 you cannot access any params using:
JavaScript:
Code:
XF.on(document, 'ajax:complete', e => {
});
Am I missing something?
Continue reading...