ComputerWolf / SlickNav

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

SubNav not showing #35

Closed mmcatee closed 10 years ago

mmcatee commented 10 years ago

I am integrating slick nav with Drupal. It is a bit difficult to get Drupal to attach an id to the top level

ComputerWolf commented 10 years ago

@mmcatee, the selector simply allows SlickNav to replicate the existing menu. After that it uses its own selectors for the newly created SlickNav. I am a little confused as to what you are saying is actually happening. Do you have any live code to look at to easier diagnose?

mmcatee commented 10 years ago

Hello, Thanks for the response, I believe I was using an older version of JQuery, I was getting an error on line 161 of jquery.slicknav.js once I pointed to the latest version of JQuery that went away.

Thanks, Malcolm