remove

Description

Completely remove an element.

Examples

  • Dismiss notification:

    <div class="notification">  
      <button class="cq_click_remove_parent">×</button>  
    
      <p class="notification-content">  
        Some content ...  
      </p>  
    </div>

Last updated

Was this helpful?