jQuery $.get() function succeeds with 200 but returns no content in Firefox

后端 未结 3 862
感情败类
感情败类 2021-01-24 01:58

I\'m writing my first bit of jQuery, and I\'m having a problem with jQuery.get(). I\'m calling this;

$.get(url, updateList);

where

3条回答
  •  感动是毒
    2021-01-24 02:22

    You'll most likely need to fix your page that you're quering with XHR because it should be returning content. Copy paste the link in the Firebug net tab and make a new tab, and edit that page with your text editor so it spits content back.

提交回复
热议问题