www.gusucode.com > 2052网博士成品网站管理系统 PHP网站源码程序 > 2052/2052/member/admin/js/paycenter.js

    
$(document).ready(function(){
	
	$(".pcentertype").click(function(){
		
		var selptype=$(this)[0].value;
		if(selptype==1){
			alert("当前版本暂不支持本功能");
			return false;
			//$(".tronline").show();
		}else{
			$(".tronline").hide();
		}
	});



});