$("#someSelect").change(function() { · if($(this).val()=="short") · $(this).css("width","100px"); · if($(this).val()=="long") · $(this).css("width","500px"); · }.
確定! 回上一頁