Disable table in javascript
        Posted  
        
            by Muhammad Akhtar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Muhammad Akhtar
        
        
        
        Published on 2010-06-10T13:07:37Z
        Indexed on 
            2010/06/10
            13:12 UTC
        
        
        Read the original article
        Hit count: 336
        
Hi, I have many controls in table and I want to disable all the controls using JavaScript upon clicking of some checkbox.
I have google and found that we can't disable table instead all controls through loop. Please suggest me, what is better idea
Thanks
© Stack Overflow or respective owner