gilbitron / Dropit

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

Trigger programatically #12

Closed ghost closed 9 years ago

ghost commented 10 years ago

Is there a way to open the dropdown programmatically?

I tried doing $(".menu").click() but that didnt work.

Any clue?

kbennoune commented 9 years ago

It works if you reference the actual element:

$(".menu")[0].click()