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
- 28,775
- Points
- 823
Reputation:
This isn't a question, I just thought it might be helpful for anyone also hitting this issue
I searched the forms, couldn't find much on
this.inserter.onLoad(data);
I've just hit kiers Video Tutorial:
implementing-inline-editing-with-the-xf-javascript-framework-building-with-xenforo-2-part-11
The Javascipt in this example uses JQuery, but xf 2.3 does not use JQuery, so for anyone stuck, I've found this works:
In the tutorials, instead of this jquery method:
Code:
Read more
Continue reading...
I searched the forms, couldn't find much on
this.inserter.onLoad(data);
I've just hit kiers Video Tutorial:
implementing-inline-editing-with-the-xf-javascript-framework-building-with-xenforo-2-part-11
The Javascipt in this example uses JQuery, but xf 2.3 does not use JQuery, so for anyone stuck, I've found this works:
In the tutorials, instead of this jquery method:
Code:
!function($...
Read more
Continue reading...