*/
jQuery("[id$='DropDownListCountry']").change( function () {
$("[id$='_SelectCountory']").val($(this).val())
$("[id$='_SelectCountoryName']").val($("[id$='DropDownListCountry']").find("option:selected").text()) ;
var countryNO = $(this).val()
if (countryNO==2) {
jQuery("[id$='table_3.1']").show(); }
else {
jQuery("[id$='table_3.1']").hide(); }
});
});
註册啦!
很抱歉,您兩次輸入的電子郵件信箱不同。
很抱歉,您兩次輸入的密碼不同。 |