Created by: LeezQ
when the dropdown closed, we should do $('html').off('click.dropdown.data-api') for this event, and when the dropdown is display, then add event for $('html'). it can reduce the event of the dom
Created by: LeezQ
when the dropdown closed, we should do $('html').off('click.dropdown.data-api') for this event, and when the dropdown is display, then add event for $('html'). it can reduce the event of the dom