Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Top level touch on small devices

Home Forums Older releases 0.9.x Top level touch on small devices Re: Top level touch on small devices

#1796
Kinan
Participant

Hi,
I’ve tried to use the sample code with the zero config bootstrap addon, but it seems like I’m not able to get it working.
Any suggestions?

by now I’ve tried to add the main-menu id to the unordered list:

<div class="collapse navbar-collapse" id="navbar-collapse-1">
<div class="navbar-left">
<ul id="main-menu" class="dropdown-menu"></ul>
</div>
</div>

and I’m using

$(document).ready(function(){
});

to start the sample script