In the navbar example on the bootstrap site, I would like to programmatically make one of the Navbar items (let's say the About link) disabled/unclickable.
I've tried .addClass('disabled'), .removeClass('active'), but nothing seems to work.
Am I missing something simple?