I need to create a xenforo if syntax to conditionally load jQuery.js
The condition needs to be...
If current url does NOT contain xenforo_url (as set in admincp) load jQuery.js
For instance if the xenforo site url is https://www.example.com/community
If you are accessing the following url, then load jQuery.js
https://www.example.com/community/*
But if you are accessing this url don't load jQuery.js
https://www.example.com/
How would I go about doing this?
The condition needs to be...
If current url does NOT contain xenforo_url (as set in admincp) load jQuery.js
For instance if the xenforo site url is https://www.example.com/community
If you are accessing the following url, then load jQuery.js
https://www.example.com/community/*
But if you are accessing this url don't load jQuery.js
https://www.example.com/
How would I go about doing this?