jquery-autocomplete
jquery-autocomplete copied to clipboard
$(window).outerHeight() is not allowed
In jquery.autocomplite.js there is line 418: var totalHeight = $(window).height(); This line fails for me. Docs says, that for window and document objects method height() should be used.
Hope this helps.
there will be such a problem in jquery - 1.4.4 $('body').outerHeight() instead of $(window).outerHeight()
Thanks will check it.
lynzz schreef:
there will be such a problem in jquery - 1.4.4 $('body').outerHeight() instead of $(window).outerHeight()
— Reply to this email directly or view it on GitHub https://github.com/dyve/jquery-autocomplete/issues/66#issuecomment-9899084.