landing.js 144 Bytes
Newer Older
1
2
3
4
5
6
7
function hint_navbar(count){
    window.scrollTo(0,0);
    id="#navbarDropdown"+count;
    console.log(id);
    $(id).dropdown('toggle');
    
}