soundasleep / jquery-dropdown

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

Position popup to appear above the calling element #42

Closed claytonlloyd closed 10 years ago

claytonlloyd commented 10 years ago

Firstly, excellent plugin.. really great. I have one request as I can't see if it's possible to do at the moment, unless i override some of the CSS.

Is it possible to position the dropdown so that it appears above the popup as opposed to below. There would be a scenario where the page has a div position:absolute to the bottom of the page which contains the button to call the popup, but naturally this appears below the button when clicked.

The anchor right is a great feature and I was trying to see if I could do something using that as the base.

claviska commented 10 years ago

It's definitely possible, but not on my to do list. You're welcome to take a stab at it if you want :)