soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 266 forks source link

Uncaught TypeError: Object [object Object] has no method 'addBack' #30

Closed Simble closed 11 years ago

Simble commented 11 years ago

Hi,

I love your drop down!

However, if I click outside of the menu (when it's open). I get the following error:

Uncaught TypeError: Object [object Object] has no method 'addBack'

It's caused by the following line: var targetGroup = event ? $(event.target).parents().addBack() : null;

I suppose the drop down is to close when a user clicks outside it. Could you guide towards fixing this issue?

Simble commented 11 years ago

Solved: jQuery 1.8+ required.