Skip to content

Commit

Permalink
Merge pull request loopj#409 from peterpay/master
Browse files Browse the repository at this point in the history
fix for jquery 1.8.2 compatibility - dropdown moving to the bottom
  • Loading branch information
loopj committed Oct 18, 2012
2 parents 91551b9 + 65fba63 commit c4c3ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.tokeninput.js
Expand Up @@ -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
Expand Down

0 comments on commit c4c3ccd

Please sign in to comment.