[jQuery] Re: Why does :not([id=blah]) not work?

2008-11-27 Thread Jeremy Carlson
Awesome - that cleared everything up for me!!! I went right to the cleaner version, and it worked. Thank you so much, Jeremy

[jQuery] Why does :not([id=blah]) not work?

2008-11-26 Thread Jeremy Carlson
$(this).focus(); var href = $(this).attr("href"); alert(href); $("#central img:not([id=href])").fadeOut("slow"); $(href).fadeIn("slow"); event.PreventDefault; }); }); Thank you, Jeremy Carlson