I need to use .load (), the problem is that it replaces the contents of where I frame it to add what it loaded. I can not create a new div for it to add the loaded content.
Is there any way to specify that it should load into the selected div but not replace what it already has in that div? It loads and adds, does not replace.
I thought of something like
$('div').append(function(){
$('div').load('local')
but it does not work.
This was meant not to use php include.