Get the label of click check box
        Posted  
        
            by CliffC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CliffC
        
        
        
        Published on 2010-06-03T11:46:09Z
        Indexed on 
            2010/06/03
            11:54 UTC
        
        
        Read the original article
        Hit count: 246
        
hi i have a page which generate check boxes dynamically and i have the following event which fires every time a user click on any of the check boxes
$(':checkbox').click(function() {
 });
My question is how can i get the text of the check box that has been trigger by the user? 
Thank you
© Stack Overflow or respective owner