개인적으로 몇 가지 맞춤 수정을 했습니다 코드 복사 코드는 다음과 같습니다. < !- -[IE 9인 경우]> <br>jQuery(function($){ <br>var el; <br><br>$( "select ").each(function() { <br>el = $(this); <br>el.data("origWidth", el.css("width")); <br>// el.data (" oriWidth",85); <br>}) <br>.focusin(function(){ <br>el=$(this); <br>el.css("width", "auto"); <br> <br>//if(el.width() < el.data("oriWidth")){ <BR>// el.css("width", el.data("origWidth")) <BR> //} <br><br>}) <BR>.bind("흐림 변경 ", function(){ <BR>el = $(this); <BR>el.css("너비", el .data("origWidth")) <BR>}) <BR>