From 65fba639a580d622de1a1c3e18ea2cdc0d141ff7 Mon Sep 17 00:00:00 2001 From: Pedro Barrera Date: Wed, 17 Oct 2012 19:33:08 -0500 Subject: [PATCH] Update src/jquery.tokeninput.js fix for jquery 1.8.2 token-input-dropdown moved to the bottom as outerHeight is deprecated. --- src/jquery.tokeninput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.tokeninput.js b/src/jquery.tokeninput.js index 7e66111a..d1fc5503 100755 --- a/src/jquery.tokeninput.js +++ b/src/jquery.tokeninput.js @@ -756,7 +756,7 @@ $.TokenList = function (input, url_or_data, settings) { dropdown .css({ position: "absolute", - top: $(token_list).offset().top + $(token_list).outerHeight(), + top: $(token_list).offset().top + $(token_list).height(), left: $(token_list).offset().left, width: $(token_list).width(), 'z-index': $(input).data("settings").zindex