Jquery Multiple load in a DIV

前端 未结 6 398
一个人的身影
一个人的身影 2020-12-08 08:45

Here is my code:

$(\'#right\').load(\'textes.html #nicolas\');
$(\'#right\').load(\'textes.html #antoine\');

The problem is that the content

6条回答
  •  眼角桃花
    2020-12-08 09:27

    I got it working with the REALLY SIMPLE answer of KyleFarris

    I even simplified it a little more, and it work fine

    Thnaks everyone, here is the final code :

    
    

提交回复
热议问题