使用jquery动态加载div标签中的html页面 [英] load html page in div tag using jquery dynamically

查看:83
本文介绍了使用jquery动态加载div标签中的html页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

$(document).ready(funtion(){
    $('#btn').click(funtion(){   
        $('#div_content').load(html.page);
     });
});





以上编码我只使用过。但页面没有加载到div标签。



请帮我..(javascript或Jquery)..



Above coding only i used. but the page not loading into div tag.

Pls help me.. (javascript or Jquery)..

推荐答案

document )。ready(funtion(){
(document).ready(funtion(){


' #btn')。click(funtion(){
('#btn').click(funtion(){


' #div_content')。load(html.page);
});
});
('#div_content').load(html.page); }); });





以上编码我只使用过。但页面没有加载到div标签。



请帮助我..(javascript或Jquery)..



Above coding only i used. but the page not loading into div tag.

Pls help me.. (javascript or Jquery)..


这篇关于使用jquery动态加载div标签中的html页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆