gilbitron / Dropit

Dropit is a jQuery plugin for single level dropdown menu's
153 stars 74 forks source link

Avoid page jumps on dropit menu click #13

Closed adamlwatson closed 9 years ago

adamlwatson commented 10 years ago

Any time a Dropit menu item is clicked, the page will jump to the top. This patch prevents this by adding preventDefault() to the click event.