I have to following HTML:
...some more nesting somel
If you're using latest version of jQuery, correct code would be:
$(document).on("click", ".liclass a", function(e) { e.stopPropagation(); });