SyntaxFix
Write A Post
Hire A Developer
Questions
You could use a javascript snippit
$(function() { // Enable drop menu clicks $(".nav li > a").off(); });
That will unbind the click event preventing url changing.