-
-
<script type="text/javascript">
-
$(document).ready(function(){
-
$("#Select").change(function(){
-
if ($(this).val() == "Other" ) {
-
$("#OtherField").show();
-
} else {
-
$("#OtherField").hide();
-
}
-
});
-
});
-
</script>
-
Categories
Friends
Links
How to Create a Countdown Timer that Refreshes the Page Daily