Would someone be able to help here?
I would like to fill a div e.g.
with content from an e
Use jQuery.click and jQuery.load:
$(document).ready(function(){ $('.classloader.').click(function(){ $('#contenthere').load('/includes/about-info.html'); }); })