How make jquery-ui autocomplete get out iframe?
问题 Is it possible to make the suggestions of autocomplete (jQueryUI) get out one iframe, having the same behaviour of "select" element? I make one example: http://jsbin.com/ehidef/1 回答1: As a matter of fact, it can be done, though some styling will be mandatory. jQueryUI accepts an element to append the options to, and you can pass the parent window as that element. An example: main window: <html> <head></head> <body> <iframe src="iframe.html"></iframe> </body> </html> iframe.html <html> <head>