ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
939 stars 314 forks source link

Slicknav does not work with jQuerymobile #13

Closed janaki-github closed 10 years ago

janaki-github commented 10 years ago

Hi,

I am using jQuery Mobile for developing my mobile website. And slicknav works well with jQuey, but disappears in the case of jQuery mobile (1.4). can you please help?

Thanks, J

ComputerWolf commented 10 years ago

@janaki-github,

This is due to the fact that by default SlickNav is prepended to the body of the page. With jQuery Mobile, pages are positioned absolutely and will cover the SlickNav. To fix this you can use the "prependTo" option to choose a different element to prepend the SlickNav to based on your jQuery Mobile layout.