2
I need to use . load(), the problem is that it replaces the content from where I mark to add what you loaded. I can’t create a new div for it to add the loaded content.
Is there any way to specify that he should press the selected div but not replace what is already in this div? It loads and adds, not replaces.
I thought of something like
$('div').append(function(){
$('div').load('local')
but it doesn’t work.
This was in order not to use php include.
Usa
$.ajax
and then.append
inside the callbacksuccess
– Sergio