SyntaxFix
Write A Post
Hire A Developer
Questions
$(".advanced ul li").live('click',function(e){ if(e.target != this) return; //code // this code will execute only when you click to li and not to a child })