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
- 24,750
- Points
- 823
Reputation:
I've got a short javascript code that copies an ip address based off of the contents of a query selector. In the script is an alert that notifies the user that the IP was copied. I'd like to replace the standard javascript alert with a flashalert instead to better suit the style of the site. What could I do to achieve this?
Code:
Read more
Continue reading...
Code:
<a href="#" data-xf-init="tooltip" onclick="copyIP.call(this)" data-server-ip-copy="0.0.0.0:1234" data-original-title="Copy IP Address" id="js-XFUniqueId1"> <span...
Read more
Continue reading...