Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
function hint_navbar(count){
window.scrollTo(0,0);
id="#navbarDropdown"+count;
console.log(id);
$(id).dropdown('toggle');
}