When outputing the code for a disabled drop down, why not simply use :
<li class="disabled">
<a href="#">Menu</a>
</li>
You can always add the caret back if you still want it to appear.
Update:
Adding W3Schools Link
When outputing the code for a disabled drop down, why not simply use :
<li class="disabled">
<a href="#">Menu</a>
</li>
You can always add the caret back if you still want it to appear.
Update:
Adding W3Schools Link