html - Mobile dropdown menu not working -


code: http://pastebin.com/dw2xt82f

when screen gets point navbar condensed mobile version dropdown box not working.

any idea why?

see code right here? around line 115.

<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> 

replace data-target="#bs-example-navbar-collapse-1" data-target="#oit-navbar".

your drop down doesnt work beacause calling wrong id dropdown target. hope helps.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -