A disabled link requires
<li class="disabled"><a href="#">Disabled link</a></li>
Rather than having to use an achor with a # or javascript:void(0) it would be cleaner if the nav item could be created as
<li class="disabled"><span>Disabled link</span></li>