摘要:
var fixWidth = function() { $("#list select").each(function () { $(this).focusin(function () { $(this).css("width", "auto"); }); $(this).focusout(function () { $(this).css("width", "100%"); }); });} 阅读全文
posted @ 2013-05-09 15:55
子夜一梦
阅读(303)
评论(0)
推荐(0)
浙公网安备 33010602011771号