Let's say I want to modify this drop down naviagtion demo.
You can see that the parent tabs named "Blog" and "Work", are linking to ?blog and ?work, which means that when I'll modify this demo, I can have them link to domain.com/blog.htm and it would work just fine.
However, if I don't want these parents to link to anywhere (and rather that only their child tabs would be actual links), It is impossible for me to keep this demo working properly if I would completely take off the a href tag from these parent tabs.
Therefore, I could have them both link to #, so the demo would keep working fine, and yet in case that the user click this "dummy" link, it won't send any server request as far as I understand.
The question is whether this would be an acceptable practice (having this useless # tag, just in order to maintain the same work flow of the navigation)?
` tag that contains all the child drop downs that are under "blog"? (in my example)
– rockyraw Mar 13 '14 at 00:51