$( "#show_pre_n1n2_desc" ).click(function() { $("#pre_n1n2_desc").toggle(); }).css('cursor', 'pointer');
$( "#m" ).click(function() { $(this).parent().parent().siblings('span.formerr_red_m').fadeOut('slow'); setTimeout(function(){ $(this).parent().parent().siblings('span.formerr_red_m').text(''); }, 500); // 3.5 second });
$( "#h" ).click(function() { $(this).parent().parent().siblings('span.formerr_red_h').fadeOut('slow'); setTimeout(function(){ $(this).parent().parent().siblings('span.formerr_red_h').text(''); }, 500); // 3.5 second });
$(".nilyu_sub_n1").hide();
$('input[type=radio][name=nilyu]').change(function() { if (this.value == '1') { $(".nilyu_sub_n1").fadeIn('slow'); } else { $(".nilyu_sub_n1").fadeOut('slow'); } });
$( "#search_wus" ).click(function() { $(this).parent().siblings('span.formerr_red').fadeOut('slow'); setTimeout(function(){ $(this).parent().siblings('span.formerr_red').text(''); }, 3500); // 3.5 second });
});
This website uses cookies.