Would someone be able to help here?
I would like to fill a div e.g.
<div id="contenthere"></div>
with content from an external file e.g.
/includes/about-info.html
when a button with a certain class is clicked e.g.
<p class="classloader">Click Here</p>
Does anyone have a quick code example they can show me to achieve this?