AJAX https POST requests using jquery fail in Firefox

前端 未结 5 1620
盖世英雄少女心
盖世英雄少女心 2021-02-11 02:03

I have a simple list of records in an HTML table with a delete link for each row. The delete link shoots off an AJAX post request to a fixed url that looks like: \"/delet

5条回答
  •  粉色の甜心
    2021-02-11 02:20

    Do you have any plugins or GreaseMonkey scripts installed on your Firefox?

    I have never had issues with jQuery AJAX requests on HTTPS. I'd suggest taking a look at what Firebug turns up if you haven't already.

提交回复
热议问题