CLOSE close CLOSE close
这是表格的代码
这是验证代码:
jQuery(document).ready(function () { //jQuery("#EmailIcon").fancybox({ 'centerOnScroll': true, 'showCloseButton': false, 'modal': true, 'overlayShow': true, 'transitionIn': 'none', 'transitionOut': 'none' }); if () { jQuery('#EmailIcon').click(); } else {jQuery('#').hide(); jQuery('#').show();} //Scripts to hide and move Prepaid/Refreshed pricing jQuery("td.tHeaderLabel:contains('HiddenPricing'), td.tHeaderLabel:contains('DisplayOptions'), td.tHeaderLabel:contains('PlanOptionProperties')").each(function () { //Starts hiding at "HiddenPricing" header and stops at next header jQuery(this).parents('tr').hide(); jQuery(this).parents('tr').nextUntil("tr.trHeader").hide(); }); }); function ValidatePage() { if (typeof (Page_ClientValidate) == 'function') Page_ClientValidate(); if (Page_IsValid) jQuery.fancybox.close(); } function CloseWindow() { jQuery('#').val(''); jQuery('#').hide(); jQuery('#').show(); }