Has anyone here helped?
I would like to populate a div, for example.
<div id="contenthere"></div>
with contents from an external file, for example.
/includes/about-info.html
when you click a button with a specific class, for example.
<p class="classloader">Click Here</p>
Does anyone have a quick code example that they can show me to achieve this?
source share