[jQuery] Firebug shows Too Much Recursion errors after clicking OK in alert box
Not sure if this is my code's problem or Firefox's... I don't seem to
be throwing any JS errors in MSIE. Here's what I'm doing:
$("a").not($("#nav a")).click(function() { alert('Sorry, links are
disabled in this demo except those under Profile Navigation.'); return
false; });
The selectors seem to be doing just what I want; the alert gets thrown
as expected, but when you OK the alert Firebug suddenly throws in
anwhere from 15-40 "Too Much Recursion" errors with no other details.
Sorry, I think I should probably be able to solve this with some
Google searches but I'm not quite getting a clear enough picture yet.