SyntaxFix
Write A Post
Hire A Developer
Questions
Here, to get the text of the menu that triggered the event (does not seem to have any id):
$(document).ready(function() { $('ul.art-vmenu li').click(function(e) { alert($(this).find("span.t").text()); }); });