<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<select id="selectTest" disabled>
<option value="1">1선택!</option>
<option value="2">2선택!</option>
</select>
<script>
$('#selectTest').removeAttr('disabled');
</script>
</body>
</html>