jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

Does not permite functions as extraParams

Open luizromero opened this issue 9 years ago • 1 comments

Autocomplete 2.4.4 does not permite funcitions as extraParams.

Sugestion to correct this issue:

/**
 * Create partial url for a name/value pair
 */
var makeUrlParam = function(name, value) {
    return [name, encodeURIComponent(typeof value == "function" ? value() : value)].join('=');
};

luizromero avatar Feb 11 '16 22:02 luizromero

The project is retired / abandoned. There will be no more updates.

dyve avatar Feb 12 '16 06:02 dyve