1. 程式人生 > >JQ 兩個不同ID,呼叫同一個函式

JQ 兩個不同ID,呼叫同一個函式

// 確定刪除嗎?
	$(document).on("click",".cart_cont .del",function(){
 		var cart_id = [];
 		var _del = $(this);
 		cart_id.push($(this).attr("data-id")); 
         console.log(_ind);
		 layer.confirm("確定刪除嗎?",function(_ind){
		 	
				 
//				   $.ajax({
//					 type:'post',
//					 url:'../../addComment',
//					 data:{pid:pid,action:'collect'},
//					 success:function(data){ 
//						 //console.log(data)
//						    if(data.code == 1){
//						    	
//								_del.parent().remove(); 
//								total(); 
//								layer.close(_ind);
//								
//							   layer.msg(data.msg);
//						 
//							}else{
//								layer.msg(data.msg);
//							}
//
//					 },
//					 error:function(){
//						 layer.msg(data.msg);
//					 }
//				 })
				   
				  
			
		});   
	}); 

    $(document).on("click",".cart_cont .del",function(){