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,185
- Points
- 823
Reputation:
I have the following FA icon:
Code:
I want to change the icon when a link is clicked to
Continue reading...
Code:
<xf:fa icon="fa-square" />
I want to change the icon when a link is clicked to
fa-check-square
. In previous versions of XF, I could simply change the class in JS. But this doesn't seem to work anymore. Is there a proper way to do this now?Continue reading...