tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

How to disable left side menu? #5

Closed jstuardo closed 9 years ago

jstuardo commented 9 years ago

Hello... when I added this plugin, this eror is displaying:

TypeError: $menu.menu(...).data(...) is undefined

I am using bootstrap and for some reason, menu plugin is not being loaded correctly, so, the question is, is it possible to make the menu not to be displayed?

Thanks Jaime

op16 commented 9 years ago

Sorry, it can't be disabled.

Try changing the relative loading order of bootstrap, jquery and jquery-ui-daterangepicker. See the source code of docs page for an working example.

jstuardo commented 9 years ago

I have commented out line that renders the menu, and it worked perfectly, however, you can consider a setting to hide it. Thanks