Would someone be able to help here?
I would like to fill a div e.g.
with content from an e
Try the following:
var myurl = 'myfileonthesamedomain.html'; $('button').click(function(){ $('div.loadme').load(myurl); });