这是我的最终代码:
<script type="text/javascript">
jQuery(function() {
jQuery("#company").change(function() {
var val = jQuery(this).val();
if(val == other ) {
jQuery( input[name="other"] ).fadeIn( slow );
} else {
jQuery( input[name="other"] ).fadeOut( slow )();
}
});
});
</script>