| jquery Programming Glossary: antoineJquery Multiple load in a DIV http://stackoverflow.com/questions/866284/jquery-multiple-load-in-a-div  Multiple load in a DIV  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.. '#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 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.. 
 |