Jquery load doesn't work

前端 未结 4 1242
一生所求
一生所求 2021-01-19 04:13

The jquery load in the below code doesn\'t work. What I\'m missing here?





        
4条回答
  •  星月不相逢
    2021-01-19 04:41

    To load external link in ".load()"

    create page say external.php

    In external.php put following code:

    
    

    now load this page in jquery n it will load external link

    $('div').load('external.php');

提交回复
热议问题