ui.autocomplete: refresh position manually
i have some complicated logic in my app and need to update position manually e.g. on parent iframe scroll change
i can't find the way to do this, i tried tricks like below, but they don't work
w = $(el).data('uiAutocomple')
w.option('position', w.options.position)
how to do this?