jquery.autocomplete IE6 下拉框遮住
?
?
当个笔记
?
会让你的autocomplete中显示undefined
?
?
不要担心,那只是 涂雅 想的标题,挺佩服他的
?
element = $("<div><iframe style='position: absolute; z-index: -1; width: 100%;"+
??? ??? ??? ??? ?"height: 100%; top: 0;left: 0; scrolling: no;' frameborder='0' src='about:blank'>"+
??? ??? ??? ??? "</iframe></div>")
?
把<div class='ac_caption'>" + options.caption + "</div>去掉就行了