Home » 
        MCQs » 
        jQuery MCQs
    
        
    Which method is used to attach an event handler function to an HTML element on mouse double click?
    
    
    
    29. Which method is used to attach an event handler function to an HTML element on mouse double click?
    
        - click()
 
        - Click()
 
        - dblclick()
 
        - DblClick()
 
    
    Answer: C) dblclick()
    Explanation:
    The jQuery method dblclick() is used to attach an event handler function to an HTML element on mouse double click.