Hi there!
Okay, here is my scenario:
I have a link and a div on a webpage. With the link I want to toggle the content (HTML) of the div. On toggle, I want to load the content from a PHP-file and I want it to load on the toggle, not when the webpage originally loaded (to reduce loading time on the webpage itself).
The file that is loaded on toggle doesn't have to be PHP, but it would help a lot.
Does anybody know of a example of this or something similar to it? I have been looking for some time now, without any luck unfortunately. :icon_frown:
Highly appreciate any help/answers/feedback!