Skip to content

Calling Ajaxmanager with the returned ajaxmanger-Object not working for me. #15

Description

@xiaobao

Hi

I did this

$('#Id').live('click', function ()
{
/* Ajax request to load form into it */
var manager = $.manageAjax.create('nonCachedAjaxRequests',
{
preventDoubbleRequests: true,
cacheResponse: false
});

        manager.add
        ({
            type: 'Get',
            url: 'url here',
            success: function (response)
            {

                // stuff here

            }
        });
    });

However when I do a double click it still allows them to go through however when I use the other way(uniqueName) It all works.

Stuff like caching seem to work just the preventDoubbleRequests is having problems.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions