You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
With version 1.5.0 of wp-ispconfig3 the plugin enables client side javascript for the frontend page.
Once the plugin is enabled a javascript object is available through ISPConfig.
Check out the below API reference
(Work in progess)
ISPConfig.checkDomain(domain, [selector])
check if a domain name is available either through whois or in ISPConfig only (dependent on the settings)
awaitISPConfig.checkDomain('yourdomain.net')
# {text: "The domain is available",class: "ispconfig-msg-success",value: 1}