jQuery(\"a\").not(\"div#mnuMain a\").live(\"click\", function(event){ event.preventDefault(); alert(\"yes I got u\");
jQuery("a:not(div#mnuMain a)").live("click", function(event){ event.preventDefault(); alert("yes I got u"); });
try this