Skip to content

Instantly share code, notes, and snippets.

View coderkan's full-sized avatar
🏠
Working from home

Erkan Güzeler coderkan

🏠
Working from home
View GitHub Profile
/*
jQuery UI Autocomplete AutoFill extension
automatically fills in the input box when only one suggestion is to be shown
*/
;(function($) {
$.extend($.ui.autocomplete.options, {autoFill: true});
$.extend($.ui.autocomplete.prototype, {
_response_original: $.ui.autocomplete.prototype._response,