How to hide Twitter Bootstrap dropdown

后端 未结 24 2286
悲&欢浪女
悲&欢浪女 2020-12-13 03:37

This is getting annoying — when I click on an item in a Bootstrap dropdown, the dropdown doesn\'t close. I have it set up to open a Facebox lightbox when you click the dropd

24条回答
  •  庸人自扰
    2020-12-13 03:51

    The easiest way to do this is: you add a hide label:

    
    

    then everytime you want to hide dropdown, you call:

    $(".hide_dropdown").trigger('click');
    

提交回复
热议问题