T
tenants
Guest
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...