weixin_33698043 2015-09-01 09:26 采纳率: 0%
浏览 20

如何使用ajax load()

i'm making navigation and trying to load the data on the same page with

load()

but its giving me error when i click one of the links

enter image description here

i've got two page named about.html and contact.html

My HTML

  <a href="contact.html">Contact</a>
  <a href="about.html">About me</a>
  <div class="wrap"></div>

I was trying

  (function(){  

    $('a').on('click',function( e ){
        var href = $(this).attr('href');
        $('.wrap').load(href);
        e.preventDefault();
    });

})();
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 有没有人会这个东西的
    • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
    • ¥30 航迹分离,航迹增强,误差分析
    • ¥15 Chrome Manifest扩展引用Ajax-hook库拦截请求失败
    • ¥15 用Ros中的Topic通讯方式控制小乌龟的速度,走矩形;编写订阅器代码
    • ¥15 LLM accuracy检测
    • ¥15 pycharm添加远程解释器报错
    • ¥15 如何让子窗口鼠标滚动独立,不要传递消息给主窗口
    • ¥15 如何能达到用ping0.cc检测成这样?如图
    • ¥15 关于#DMA固件#的问题,请各位专家解答!