Pedro Corchero Murga
Pedro Corchero Murga

Reputation: 113

Fix Responsive mobile menu

I have a menu from Hongkiat. I want to add to my site for having a mobile menu, because the actual one displays a basic dropdown that i don't like.

But this throws me error, something with height:

enter image description here

Here is the fiddle: http://jsfiddle.net/Ub8Az/

Upvotes: 0

Views: 107

Answers (1)

Anoop
Anoop

Reputation: 23208

jQuery missing, updated jsfiddle

 $(function() {
      ----
      menu = $('ul.clearfix2');
      ----

});

Upvotes: 1

Related Questions