This question is locked. New answers and comments are not allowed.
I am converting an HTML menu and I have a menu item that does nothing more than call a javascript.
The old item looks like
.
| <a href="#" class="getdirections">Directions</a> |
Is it possible to append a class to a single top level menu item and have the url as # ?
Thanks.