Ajaxmanager icon indicating copy to clipboard operation
Ajaxmanager copied to clipboard

Prevent Double Posts Does not work

Open chobo2 opened this issue 14 years ago • 0 comments

Hi

I am using jquery 1.7.1 and ajax manager 3.12 and I can't get the preventDoubbleRequests to work.

I have

$.manageAjax.create('Test', { preventDoubbleRequests: true, cacheResponse: false });

      $.manageAjax.add('Test',
            {
                type: 'Post',
                data: frm,
                url: "URL',
                success: function (response)
                {

                }
            });

Yet I spam as many times as I want and it will keep posting. I asked someone else to try it as well and they get the same problem. Can you verify if I am doing anything wrong?

Thanks

chobo2 avatar Dec 16 '11 17:12 chobo2