Would someone be able to help here?
I would like to fill a div e.g.
with content from an e
Use this simple and sobher it also do run time binding as well:
$(document).ready(function(){ $(document).on('click','.classloader',(function(){ $('#contenthere').load('/includes/about-info.html'); }); })