jquery实现checkbox全选全不选的简单实例

demo一:

复制代码 代码如下:

<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
<%@ taglib uri="/WEB-INF/tlds/test.tld" prefix="pig"%>
<%
 String path = request.getContextPath();
 String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()+ path;
%>



   
     
 




   

       

           
        
    
                       
                           
                           
                           
                           
                       
               

                              WLAN调查管理                           
                           

                            
                           

                             onclick="window.location = 'wlan!hotExport.do'" alt = "导出"/>
                           

                             刷新
                           

  
    
 
     

       
               
                                 
                
                 
                
                 
                                    
               
               
                      
                       
                        
                         
                        
                        
                        
                                        
                      
                    
             
记录日期
热点类型
上网类型
手机号码
地址建议

                          
                           
                            
                           

                           
                            
                           

                          
                          
                          
                        

                          ${dto.recmakedate}
                        

                          ${dto.type}
                        

                          ${dto.onlinetype}
                        

                          ${dto.mobileno}
                        

                          ${dto.address}
                        

             
             
                  
                   
                         
                 
              
第${currPage}页 | 共${countPage}页/${countNum}条记录每页 
                         
                                                                条记录 | 第

                     页
                
                
                

                
                
                
                
           
                
                
                

                
                 
                 
                 

                

                
                
                
 
                     

              

                 
                   
当前查询没有数据!

                 

              

    

       

   





demo二:
复制代码 代码如下:

check all

1

2

3

4


你可能感兴趣的:(jquery实现checkbox全选全不选的简单实例)