Home » 
        MCQs » 
        jQuery MCQs
    
        
    Which jQuery method is used to get or set the width of an HTML element?
    
    
    
    83. Which jQuery method is used to get or set the width of an HTML element?
    
        - cssWidth()
 
        - Csswidth()
 
        - lenght()
 
        - width()
 
    
    Answer: D) width()
    Explanation:
    The jQuery method width() is used to get or set the width of an HTML element.