jQuery-Autocomplete icon indicating copy to clipboard operation
jQuery-Autocomplete copied to clipboard

add the ajaxSetter option

Open eiro opened this issue 9 years ago • 1 comments

provide a way to rearange the settings of the ajax request just before sending the request.

there is no doc, no test and and it introduce at least one bug we need to talk about. (https://github.com/eiro/eiro.github.com/blob/master/notes/jquery-autocomplete.md) i i saw now developper mailing list. if you're interested, i'm eiro on freenode too.

regards

eiro avatar Oct 27 '16 13:10 eiro

We can not use included function for this ?

        beforeSend : function(jqXHR, settings) {
                // Update your settings here
            }
        },

I already used it with success.

Shnoulle avatar Dec 15 '16 07:12 Shnoulle