Here is my code
$('#right').load('textes.html #nicolas');
$('#right').load('textes.html #antoine');
the problem is that the content of the div antoine overwrite in the right div the content load by the div nicolas
div #right : load div nicolas from file textes.html = ok div #right : load div antoine from file textes.html = overwrite content = No!
I like to append antoine to nicolas I like to add nicolas then add antone so the #right will be nicolas + antoine
I have try to get the content into a var... nope
any idea ?
on top of that... i will like to add a rule <hr>
BETWEEN each load