Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Double Posts Does not work #18

Open
chobo2 opened this issue Dec 16, 2011 · 0 comments
Open

Prevent Double Posts Does not work #18

chobo2 opened this issue Dec 16, 2011 · 0 comments

Comments

@chobo2
Copy link

chobo2 commented Dec 16, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant