Live events and :not

Live events and :not


Trying to add live click event to links that have :not in the selector
in FF3 produces unresponsive script at line 1441, kills IE7.
jQuery('a:not([href^="#"][href^="javascript"]').live('click', function
() {});