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
- 29,668
- Points
- 823
Reputation:
In XF 2.2, if a
In XF 2.3, if an
Continue reading...
jQuery object is passed as the second argument (onReady) to the XF.setupHtmlInsert method, the innerHTML of the target was replaced with the outerHTML of the elements in the jQuery collection (via Node.appendChild).In XF 2.3, if an
HTMLElement object is passed as the second argument, the innerHTML of the target is replaced with the innerHTML of the passed element.Continue reading...