jQuery's ajax is causing a full page refresh in FireFox

前端 未结 5 931
Happy的楠姐
Happy的楠姐 2020-12-09 17:29

I\'m making an ajax call with jQuery. The ajax call works fine in IE 7, but FireFox 3 always does a full page refresh when making this call. The ajax call is POSTing to an

5条回答
  •  时光说笑
    2020-12-09 17:48

    Is this call inside a click event? If it is, make sure the end of the click event has a "return false". Just a thought. I know that's pretty old-hat, but, I thought I'd mention it anyways.

    Otherwise, your call looks fine from what I can tell.

提交回复
热议问题