banner
RustyNail

RustyNail

coder. 【blog】https://rustynail.me 【nostr】wss://ts.relays.world/ wss://relays.world/nostr

ajax unified preprocessing response data

$.ajaxSetup({
    contentType: "application/x-www-form-urlencoded;charset=utf-8",
    headers: {
        'ConnectionA': 'yes'
    },
    dataFilter: function (data, type) {
        
        return data;
    }
});

In addition to `dataFilter`, there are lifecycle events like `completed`.
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.