Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 341 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 341 Bytes

Ajax Autocomplete for jQuery 1.1.4


Fork of http://www.devbridge.com/projects/autocomplete/jquery

Added a callback function option to the plugin


Can be called as any other option:

var options = {
  			callback = function() {
				console.log('List has been filtered! :D');
			}
		}

$('#search').autocomplete(options);