From aff17d1e6c51cc74dd75e5f322a00845271f48f7 Mon Sep 17 00:00:00 2001 From: Yanin Tuamsuk Date: Sun, 26 Oct 2014 17:45:48 +0700 Subject: [PATCH] update readme.md for afterSelect --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 339460e..d3c321f 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap true Allows you to dictate whether or not the first suggestion is selected automatically. Turning autoselect off also means that the input won't clear if nothing is selected and enter or tab is hit. + + afterSelect + function + $.noop() + Call back function to execute after selected an item. + +